XmlDocumentType.PublicId 属性

定义

获取 DOCTYPE 声明上公共标识符的值。

public:
 property System::String ^ PublicId { System::String ^ get(); };
public string? PublicId { get; }
public string PublicId { get; }
member this.PublicId : string
Public ReadOnly Property PublicId As String

属性值

String

DOCTYPE 上的公共标识符。 如果没有公共标识符,则返回 null

适用于