The public identifier associated with the entity if specified, and null otherwise.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic string PublicId { get; }
Public ReadOnly Property PublicId As String
Get
public:
property String^ PublicId {
String^ get ();
}
member PublicId : string with get
Property Value
Type:
String
The public identifier.
See Also