Click or drag to resize

HomeController Properties

The HomeController type exposes the following members.

Properties
 NameDescription
Public propertyAuthenticationConfig 
Public propertyControllerContext Gets or sets the ControllerContext.
(Inherited from ControllerBase)
Public propertyHttpContext Gets the HttpContext for the executing action.
(Inherited from ControllerBase)
Public propertyMetadataProvider Gets or sets the IModelMetadataProvider.
(Inherited from ControllerBase)
Public propertyModelBinderFactory Gets or sets the IModelBinderFactory.
(Inherited from ControllerBase)
Public propertyModelState Gets the ModelStateDictionary that contains the state of the model and of model-binding validation.
(Inherited from ControllerBase)
Public propertyObjectValidator Gets or sets the IObjectModelValidator.
(Inherited from ControllerBase)
Public propertyProblemDetailsFactory Gets or sets the ProblemDetailsFactory.
(Inherited from ControllerBase)
Public propertyRequest Gets the HttpRequest for the executing action.
(Inherited from ControllerBase)
Public propertyResponse Gets the HttpResponse for the executing action.
(Inherited from ControllerBase)
Public propertyRouteData Gets the RouteData for the executing action.
(Inherited from ControllerBase)
Public propertyTempData Gets or sets ITempDataDictionary used by ViewResult.
(Inherited from Controller)
Public propertyUrl Gets or sets the IUrlHelper.
(Inherited from ControllerBase)
Public propertyUser Gets the ClaimsPrincipal for user associated with the executing action.
(Inherited from ControllerBase)
Public propertyViewBag Gets the dynamic view bag.
(Inherited from Controller)
Public propertyViewData Gets or sets ViewDataDictionary used by ViewResult and ViewBag.
(Inherited from Controller)
Top
See Also