Click or drag to resize
IPageDataContextTPageTypePage Property
Current page.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
TPageType Page { get; }

Property Value

Type: TPageType
Remarks
Use this property to identify the page from which the request was received and use IPageRetriever or DocumentQuery to retrieve the content of this page.
See Also