AuthorizationInfoControllerBase Properties

Properties

ControllerContext Gets or sets the ControllerContext.
(Inherited from ControllerBase)
HttpContext Gets the HttpContext for the executing action.
(Inherited from ControllerBase)
MetadataProvider Gets or sets the IModelMetadataProvider.
(Inherited from ControllerBase)
ModelBinderFactory Gets or sets the IModelBinderFactory.
(Inherited from ControllerBase)
ModelState Gets the ModelStateDictionary that contains the state of the model and of model-binding validation.
(Inherited from ControllerBase)
ObjectValidator Gets or sets the IObjectModelValidator.
(Inherited from ControllerBase)
ProblemDetailsFactory Gets or sets the ProblemDetailsFactory.
(Inherited from ControllerBase)
Request Gets the HttpRequest for the executing action.
(Inherited from ControllerBase)
Response Gets the HttpResponse for the executing action.
(Inherited from ControllerBase)
RouteData Gets the RouteData for the executing action.
(Inherited from ControllerBase)
Url Gets or sets the IUrlHelper.
(Inherited from ControllerBase)
User Gets the ClaimsPrincipal for user associated with the executing action.
(Inherited from ControllerBase)

See Also