Home |
The HomeController type exposes the following members.
| Name | Description | |
|---|---|---|
| AuthenticationConfig | ||
| 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) | |
| TempData |
Gets or sets ITempDataDictionary used by ViewResult.
(Inherited from Controller) | |
| Url |
Gets or sets the IUrlHelper.
(Inherited from ControllerBase) | |
| User |
Gets the ClaimsPrincipal for user associated with the executing action.
(Inherited from ControllerBase) | |
| ViewBag |
Gets the dynamic view bag.
(Inherited from Controller) | |
| ViewData |
Gets or sets ViewDataDictionary used by ViewResult and ViewBag.
(Inherited from Controller) |