Table of Contents

Interface IWebPageDataContext

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

Interface for web page data context.

[Obsolete("Interface was not intended for public use and will be removed in the next version. Use WebPageDataContext instead.")]
[ObsoleteSince(28, 0)]
public interface IWebPageDataContext
Extension Methods

Properties

WebPage

Current web page.

IRoutedWebPage WebPage { get; }

Property Value

IRoutedWebPage

Remarks

Use this property to identify the web page from which the request was received.