A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface IPageControl

Interface for page bound controls

Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.dll
Version: 7.19.2
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