اقرأ باللغة الإنجليزية

مشاركة عبر


PageContext Class

Definition

The context associated with the current request for a Razor page.

C#
public class PageContext : Microsoft.AspNetCore.Mvc.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

منتج الإصدارات
ASP.NET Core 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0