Table of Contents

Interface IWebPageDataContextInitializer

Namespace
Kentico.Content.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Interface for initializing data context of the current web page.

public interface IWebPageDataContextInitializer
Extension Methods

Methods

Initialize(RoutedWebPage)

Initializes the web page data context by given webPage.

void Initialize(RoutedWebPage webPage)

Parameters

webPage RoutedWebPage

Web page to be used for data context initialization.