Click or drag to resize
IPageDataContextInitializer Interface
Interface for initializing data context of the current page.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IPageDataContextInitializer
Methods
  NameDescription
Public methodInitialize(Int32)
Initializes the page data context by given pageId.
Public methodInitialize(TreeNode)
Initializes the page data context by given page.
Top
See Also