The system identifier associated with the entity if specified, and null otherwise. This may be an absolute URI or not.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public string SystemId { get; }
Public ReadOnly Property SystemId As String
Get
public:
property String^ SystemId {
String^ get ();
}
member SystemId : string with get
Property Value
Type:
String
The system identifier.
See Also