DocumentLocation Property |
The location of the document.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 22.5
Syntaxpublic Location Location { get; }
Public ReadOnly Property Location As Location
Get
public:
property Location^ Location {
Location^ get ();
}
member Location : Location with get
Property Value
Type:
LocationThe location.
See Also