SVGDocumentReferrer Property |
Returns the URI of the page that linked to this page. The value is an empty string if the user navigated to the page directly (not through a link, but, for example, via a bookmark).
Namespace: Aspose.Html.Dom.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public string Referrer { get; }
Public ReadOnly Property Referrer As String
Get
public:
property String^ Referrer {
String^ get ();
}
member Referrer : string with get
Property Value
Type:
String
The referrer.
See Also