ModelControllerT Properties

Properties

ControllerContext Gets or sets the ControllerContext.
(Inherited from ControllerBase)
DefaultSort Gets or sets the default sort field for the model.
(Inherited from ReadOnlyModelControllerT)
DefaultSortDirection Gets or sets the default sort direction for the model.
(Inherited from ReadOnlyModelControllerT)
GetRoles Gets the roles required for GET requests.
(Inherited from ReadOnlyModelControllerT)
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)
ParentKey Gets or sets the parent key field for the model.
(Inherited from ReadOnlyModelControllerT)
PrimaryKeyField Gets or sets the primary key field for the model.
(Inherited from ReadOnlyModelControllerT)
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