A string that identifies a remote site as defined in the list of remote sites for this installation.

Namespace:  EPiServer.Core
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public string RemoteSite { get; set; }

Field Value

True if it is a remote reference.

Remarks

To see if the PageReference is a remote link, use the IsRemote() method rather than looking at the RemoteSite.

Exceptions

ExceptionCondition
System..::.NotSupportedException Thrown if the instance is read-only.

See Also