Set or get where pages will be fetched from, defaults to base page on databind.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
[DefaultValueAttribute("")]
[BrowsableAttribute(false)]
public virtual IPageSource PageSource { get; set; }

Implements

IPageControl..::.PageSource

Remarks

Normally you never need to modify PageSource, it will automatically be set.

See Also