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.Svg
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public string Domain { get; }

Property Value

Type: String
The domain.
See Also