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
顯示這些節點的來源。