Set or get from which remote site pages will be fetched.

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

Syntax

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

Remarks

To fetch local pages, do not set this property.

See Also