Show / Hide Table of Contents

Class ErrorController

Inheritance
object
Microsoft.AspNetCore.Mvc.ControllerBase
Microsoft.AspNetCore.Mvc.Controller
AbpController
ErrorController
Implements
Microsoft.AspNetCore.Mvc.Filters.IActionFilter
Microsoft.AspNetCore.Mvc.Filters.IAsyncActionFilter
Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
System.IDisposable
IAvoidDuplicateCrossCuttingConcerns
Inherited Members
AbpController.ValidateModel()
AbpController.CreateLocalizer()
AbpController.RedirectSafely(string, string)
AbpController.GetRedirectUrl(string, string)
AbpController.NormalizeReturnUrl(string)
AbpController.GetAppHomeUrl()
AbpController.LazyServiceProvider
AbpController.ServiceProvider
AbpController.UnitOfWorkManager
AbpController.ObjectMapperContext
AbpController.ObjectMapper
AbpController.GuidGenerator
AbpController.LoggerFactory
AbpController.Logger
AbpController.CurrentUser
AbpController.CurrentTenant
AbpController.AuthorizationService
AbpController.CurrentUnitOfWork
AbpController.Clock
AbpController.ModelValidator
AbpController.FeatureChecker
AbpController.AppUrlProvider
AbpController.StringLocalizerFactory
AbpController.L
AbpController.LocalizationResource
AbpController.AppliedCrossCuttingConcerns
Microsoft.AspNetCore.Mvc.Controller.View()
Microsoft.AspNetCore.Mvc.Controller.View(string)
Microsoft.AspNetCore.Mvc.Controller.View(object)
Microsoft.AspNetCore.Mvc.Controller.View(string, object)
Microsoft.AspNetCore.Mvc.Controller.PartialView()
Microsoft.AspNetCore.Mvc.Controller.PartialView(string)
Microsoft.AspNetCore.Mvc.Controller.PartialView(object)
Microsoft.AspNetCore.Mvc.Controller.PartialView(string, object)
Microsoft.AspNetCore.Mvc.Controller.ViewComponent(string)
Microsoft.AspNetCore.Mvc.Controller.ViewComponent(System.Type)
Microsoft.AspNetCore.Mvc.Controller.ViewComponent(string, object)
Microsoft.AspNetCore.Mvc.Controller.ViewComponent(System.Type, object)
Microsoft.AspNetCore.Mvc.Controller.Json(object)
Microsoft.AspNetCore.Mvc.Controller.Json(object, object)
Microsoft.AspNetCore.Mvc.Controller.OnActionExecuting(Microsoft.AspNetCore.Mvc.Filters.ActionExecutingContext)
Microsoft.AspNetCore.Mvc.Controller.OnActionExecuted(Microsoft.AspNetCore.Mvc.Filters.ActionExecutedContext)
Microsoft.AspNetCore.Mvc.Controller.OnActionExecutionAsync(Microsoft.AspNetCore.Mvc.Filters.ActionExecutingContext, Microsoft.AspNetCore.Mvc.Filters.ActionExecutionDelegate)
Microsoft.AspNetCore.Mvc.Controller.Dispose()
Microsoft.AspNetCore.Mvc.Controller.Dispose(bool)
Microsoft.AspNetCore.Mvc.Controller.ViewData
Microsoft.AspNetCore.Mvc.Controller.TempData
Microsoft.AspNetCore.Mvc.Controller.ViewBag
Microsoft.AspNetCore.Mvc.ControllerBase.StatusCode(int)
Microsoft.AspNetCore.Mvc.ControllerBase.StatusCode(int, object)
Microsoft.AspNetCore.Mvc.ControllerBase.Content(string)
Microsoft.AspNetCore.Mvc.ControllerBase.Content(string, string)
Microsoft.AspNetCore.Mvc.ControllerBase.Content(string, string, System.Text.Encoding)
Microsoft.AspNetCore.Mvc.ControllerBase.Content(string, Microsoft.Net.Http.Headers.MediaTypeHeaderValue)
Microsoft.AspNetCore.Mvc.ControllerBase.NoContent()
Microsoft.AspNetCore.Mvc.ControllerBase.Ok()
Microsoft.AspNetCore.Mvc.ControllerBase.Ok(object)
Microsoft.AspNetCore.Mvc.ControllerBase.Redirect(string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPermanent(string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPreserveMethod(string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPermanentPreserveMethod(string)
Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirect(string)
Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPermanent(string)
Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPreserveMethod(string)
Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPermanentPreserveMethod(string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction()
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(string, object)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(string, string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(string, string, object)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(string, string, string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(string, string, object, string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPreserveMethod(string, string, object, string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(string, object)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(string, string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(string, string, string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(string, string, object)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(string, string, object, string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanentPreserveMethod(string, string, object, string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(object)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(string, object)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(string, string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(string, object, string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePreserveMethod(string, object, string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(object)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(string, object)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(string, string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(string, object, string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanentPreserveMethod(string, object, string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(string, object)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(string, string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(string, string, object)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(string, string, string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(string, string, object, string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(string, object)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(string, string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(string, string, string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(string, string, object, string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePreserveMethod(string, string, object, string)
Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanentPreserveMethod(string, string, object, string)
Microsoft.AspNetCore.Mvc.ControllerBase.File(byte[], string)
Microsoft.AspNetCore.Mvc.ControllerBase.File(byte[], string, bool)
Microsoft.AspNetCore.Mvc.ControllerBase.File(byte[], string, string)
Microsoft.AspNetCore.Mvc.ControllerBase.File(byte[], string, string, bool)
Microsoft.AspNetCore.Mvc.ControllerBase.File(byte[], string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
Microsoft.AspNetCore.Mvc.ControllerBase.File(byte[], string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, bool)
Microsoft.AspNetCore.Mvc.ControllerBase.File(byte[], string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
Microsoft.AspNetCore.Mvc.ControllerBase.File(byte[], string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, bool)
Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, string)
Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, string, bool)
Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, string, string)
Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, string, string, bool)
Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, bool)
Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, bool)
Microsoft.AspNetCore.Mvc.ControllerBase.File(string, string)
Microsoft.AspNetCore.Mvc.ControllerBase.File(string, string, bool)
Microsoft.AspNetCore.Mvc.ControllerBase.File(string, string, string)
Microsoft.AspNetCore.Mvc.ControllerBase.File(string, string, string, bool)
Microsoft.AspNetCore.Mvc.ControllerBase.File(string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
Microsoft.AspNetCore.Mvc.ControllerBase.File(string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, bool)
Microsoft.AspNetCore.Mvc.ControllerBase.File(string, string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
Microsoft.AspNetCore.Mvc.ControllerBase.File(string, string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, bool)
Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(string, string)
Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(string, string, bool)
Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(string, string, string)
Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(string, string, string, bool)
Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, bool)
Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(string, string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(string, string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, bool)
Microsoft.AspNetCore.Mvc.ControllerBase.Unauthorized()
Microsoft.AspNetCore.Mvc.ControllerBase.Unauthorized(object)
Microsoft.AspNetCore.Mvc.ControllerBase.NotFound()
Microsoft.AspNetCore.Mvc.ControllerBase.NotFound(object)
Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest()
Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest(object)
Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
Microsoft.AspNetCore.Mvc.ControllerBase.UnprocessableEntity()
Microsoft.AspNetCore.Mvc.ControllerBase.UnprocessableEntity(object)
Microsoft.AspNetCore.Mvc.ControllerBase.UnprocessableEntity(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
Microsoft.AspNetCore.Mvc.ControllerBase.Conflict()
Microsoft.AspNetCore.Mvc.ControllerBase.Conflict(object)
Microsoft.AspNetCore.Mvc.ControllerBase.Conflict(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
Microsoft.AspNetCore.Mvc.ControllerBase.Problem(string, string, int?, string, string)
Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem(Microsoft.AspNetCore.Mvc.ValidationProblemDetails)
Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem()
Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem(string, string, int?, string, string, Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
Microsoft.AspNetCore.Mvc.ControllerBase.Created(string, object)
Microsoft.AspNetCore.Mvc.ControllerBase.Created(System.Uri, object)
Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(string, object)
Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(string, object, object)
Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(string, string, object, object)
Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(string, object)
Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(object, object)
Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(string, object, object)
Microsoft.AspNetCore.Mvc.ControllerBase.Accepted()
Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(object)
Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.Uri)
Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(string)
Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(string, object)
Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.Uri, object)
Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(string)
Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(string, string)
Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(string, object)
Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(string, string, object)
Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(string, object, object)
Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(string, string, object, object)
Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(object)
Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(string)
Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(string, object)
Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(object, object)
Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(string, object, object)
Microsoft.AspNetCore.Mvc.ControllerBase.Challenge()
Microsoft.AspNetCore.Mvc.ControllerBase.Challenge(params string[])
Microsoft.AspNetCore.Mvc.ControllerBase.Challenge(Microsoft.AspNetCore.Authentication.AuthenticationProperties)
Microsoft.AspNetCore.Mvc.ControllerBase.Challenge(Microsoft.AspNetCore.Authentication.AuthenticationProperties, params string[])
Microsoft.AspNetCore.Mvc.ControllerBase.Forbid()
Microsoft.AspNetCore.Mvc.ControllerBase.Forbid(params string[])
Microsoft.AspNetCore.Mvc.ControllerBase.Forbid(Microsoft.AspNetCore.Authentication.AuthenticationProperties)
Microsoft.AspNetCore.Mvc.ControllerBase.Forbid(Microsoft.AspNetCore.Authentication.AuthenticationProperties, params string[])
Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal)
Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal, string)
Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal, Microsoft.AspNetCore.Authentication.AuthenticationProperties)
Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal, Microsoft.AspNetCore.Authentication.AuthenticationProperties, string)
Microsoft.AspNetCore.Mvc.ControllerBase.SignOut()
Microsoft.AspNetCore.Mvc.ControllerBase.SignOut(Microsoft.AspNetCore.Authentication.AuthenticationProperties)
Microsoft.AspNetCore.Mvc.ControllerBase.SignOut(params string[])
Microsoft.AspNetCore.Mvc.ControllerBase.SignOut(Microsoft.AspNetCore.Authentication.AuthenticationProperties, params string[])
Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync<TModel>(TModel)
Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync<TModel>(TModel, string)
Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider)
Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, params System.Linq.Expressions.Expression<System.Func<TModel, object>>[])
Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, System.Func<Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata, bool>)
Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider, params System.Linq.Expressions.Expression<System.Func<TModel, object>>[])
Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider, System.Func<Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata, bool>)
Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(object, System.Type, string)
Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(object, System.Type, string, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider, System.Func<Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata, bool>)
Microsoft.AspNetCore.Mvc.ControllerBase.TryValidateModel(object)
Microsoft.AspNetCore.Mvc.ControllerBase.TryValidateModel(object, string)
Microsoft.AspNetCore.Mvc.ControllerBase.HttpContext
Microsoft.AspNetCore.Mvc.ControllerBase.Request
Microsoft.AspNetCore.Mvc.ControllerBase.Response
Microsoft.AspNetCore.Mvc.ControllerBase.RouteData
Microsoft.AspNetCore.Mvc.ControllerBase.ModelState
Microsoft.AspNetCore.Mvc.ControllerBase.ControllerContext
Microsoft.AspNetCore.Mvc.ControllerBase.MetadataProvider
Microsoft.AspNetCore.Mvc.ControllerBase.ModelBinderFactory
Microsoft.AspNetCore.Mvc.ControllerBase.Url
Microsoft.AspNetCore.Mvc.ControllerBase.ObjectValidator
Microsoft.AspNetCore.Mvc.ControllerBase.ProblemDetailsFactory
Microsoft.AspNetCore.Mvc.ControllerBase.User
Microsoft.AspNetCore.Mvc.ControllerBase.Empty
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Controllers
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.dll
Syntax
public class ErrorController : AbpController, IActionFilter, IAsyncActionFilter, IFilterMetadata, IDisposable, IAvoidDuplicateCrossCuttingConcerns

Constructors

ErrorController(IExceptionToErrorInfoConverter, IHttpExceptionStatusCodeFinder, IOptions<AbpErrorPageOptions>, IStringLocalizer<AbpUiResource>, IExceptionNotifier, IOptions<AbpExceptionHandlingOptions>)

Declaration
public ErrorController(IExceptionToErrorInfoConverter exceptionToErrorInfoConverter, IHttpExceptionStatusCodeFinder httpExceptionStatusCodeFinder, IOptions<AbpErrorPageOptions> abpErrorPageOptions, IStringLocalizer<AbpUiResource> localizer, IExceptionNotifier exceptionNotifier, IOptions<AbpExceptionHandlingOptions> exceptionHandlingOptions)
Parameters
Type Name Description
IExceptionToErrorInfoConverter exceptionToErrorInfoConverter
IHttpExceptionStatusCodeFinder httpExceptionStatusCodeFinder
Microsoft.Extensions.Options.IOptions<TOptions><AbpErrorPageOptions> abpErrorPageOptions
Microsoft.Extensions.Localization.IStringLocalizer<T><AbpUiResource> localizer
IExceptionNotifier exceptionNotifier
Microsoft.Extensions.Options.IOptions<TOptions><AbpExceptionHandlingOptions> exceptionHandlingOptions

Methods

Index(int)

Declaration
public Task<IActionResult> Index(int httpStatusCode)
Parameters
Type Name Description
int httpStatusCode
Returns
Type Description
System.Threading.Tasks.Task<TResult><Microsoft.AspNetCore.Mvc.IActionResult>

Implements

Microsoft.AspNetCore.Mvc.Filters.IActionFilter
Microsoft.AspNetCore.Mvc.Filters.IAsyncActionFilter
Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
System.IDisposable
IAvoidDuplicateCrossCuttingConcerns

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In This Article
Back to top Powered by Volosoft