XmlDocumentType.PublicId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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
屬性值
DOCTYPE 上的公用識別項。 如果沒有公用識別項,則會傳回 null
。