PageContext Class

Definition

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
PageContext

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.

Applies to