PageContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The context associated with the current request for a Razor page.
public ref class PageContext : Microsoft::AspNetCore::Mvc::ActionContext
public class PageContext : Microsoft.AspNetCore.Mvc.ActionContext
type PageContext = class
inherit ActionContext
Public Class PageContext
Inherits ActionContext
- Inheritance
Constructors
PageContext() |
Creates an empty PageContext. |
PageContext(ActionContext) |
Initializes a new instance of PageContext. |
Properties
ActionDescriptor |
Gets or sets the PageActionDescriptor. |
HttpContext |
Gets or sets the HttpContext for the current request. (Inherited from ActionContext) |
ModelState |
Gets the ModelStateDictionary. (Inherited from ActionContext) |
RouteData |
Gets or sets the RouteData for the current request. (Inherited from ActionContext) |
ValueProviderFactories |
Gets or sets the list of IValueProviderFactory instances for the current request. |
ViewData |
Gets or sets ViewDataDictionary. |
ViewStartFactories |
Gets or sets the applicable _ViewStart instances. |