DocumentType.InternalSubset Property |
Gets the value of the DTD internal subset on the DOCTYPE declaration.
[VBScript] Public ReadOnly Property InternalSubset As String
[JScript] public function get InternalSubset() : String;
The DTD internal subset on the DOCTYPE. If there is no DTD internal subset, an empty string is returned.