Mono Class Library: System.Xml.XmlParserContext Overview | MembersSystem.Xml.XmlParserContext.PublicId Property |
Gets or sets the public identifier in a document type declaration. [Edit]
|
A string specifying the public identifier. [Edit]
If an attempt is made to set this property to null, it is set to string.Empty.
Note:[Edit]A document type declaration is of the following form:
<!DOCTYPE DocTypeName PUBLIC "PublicId" "SystemId" [InternalSubset]>
This property, along with XmlParserContext.DocTypeName, XmlParserContext.InternalSubset, and XmlParserContext.SystemId properties, provide all the document type declaration information.
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0