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