SVGDocumentDomain Property |
The domain name of the server that served the document, or a null string if the server cannot be identified by a domain name.
Namespace: Aspose.Html.Dom.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic string Domain { get; }
Public ReadOnly Property Domain As String
Get
public:
property String^ Domain {
String^ get ();
}
member Domain : string with get
Property Value
Type:
String
The domain.
See Also