Gets the document origin.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 22.5
Syntaxpublic string Origin { get; }
Public ReadOnly Property Origin As String
Get
public:
property String^ Origin {
String^ get ();
}
member Origin : string with get
Property Value
Type:
StringThe origin.
See Also