Click or drag to resize
IPageDataContextTPageType Interface
Interface for page data context.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IPageDataContext<out TPageType>
where TPageType : TreeNode

Type Parameters

TPageType
Type of the page.

The IPageDataContextTPageType type exposes the following members.

Properties
  NameDescription
Public propertyMetadata
Current page meta data.
Public propertyPage
Current page.
Public propertySecurity
Current page security configuration.
Top
See Also