Interface IPageControl
Interface for page bound controls
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
public interface IPageControl
Properties
PageLink
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. |