DocumentTypeInternalSubset Property |
The internal subset as a string, or null if there is none.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 21.3
Syntaxpublic string InternalSubset { get; }
Public ReadOnly Property InternalSubset As String
Get
public:
property String^ InternalSubset {
String^ get ();
}
member InternalSubset : string with get
Property Value
Type:
String
The internal subset.
See Also