Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IPageControl

Interface for page bound controls

Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public interface IPageControl

Properties

The root page to read data from

Declaration
PageReference PageLink { get; set; }
Property Value
Type Description
PageReference

PageLinkProperty

String representation of the root page to read data from

Declaration
string PageLinkProperty { get; set; }
Property Value
Type Description
System.String

PageSource

Gets or sets the page source that handles pages

Declaration
IPageSource PageSource { get; set; }
Property Value
Type Description
IPageSource

The page source.

Extension Methods