The complete URI of the document.
Namespace: Aspose.Html.Dom.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic string URL { get; }
Public ReadOnly Property URL As String
Get
public:
property String^ URL {
String^ get ();
}
member URL : string with get
Property Value
Type:
String
The URL.
See Also