XmlParserContext.PublicId 属性

定义

获取或设置公共标识符。

public:
 property System::String ^ PublicId { System::String ^ get(); void set(System::String ^ value); };
public string PublicId { get; set; }
member this.PublicId : string with get, set
Public Property PublicId As String

属性值

公共标识符。

注解

此属性以及 DocTypeNameSystemIdInternalSubset提供所有文档类型声明信息。 它用于查找和加载所需的 DTD 信息,以便获取 DTD 中定义的所有默认属性和实体。

适用于