XmlParserContext.DocTypeName 属性

定义

获取或设置文档类型声明的名称。

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

属性值

文档类型声明的名称。

注解

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

适用于