XmlParserContext.BaseURI 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定基本的 URI。
public:
property System::String ^ BaseURI { System::String ^ get(); void set(System::String ^ value); };
public string BaseURI { get; set; }
member this.BaseURI : string with get, set
Public Property BaseURI As String
屬性值
用來解析DTD檔案的基礎URI。
備註
網路化的 XML 文件由多種 W3C 標準包含機制彙整的資料區塊組成,因此可能包含來自不同來源的節點。
BaseURI 顯示這些節點的起源。