ASP.NET XML DocumentSource 屬性

2018-09-09 15:42 更新

ASP.NET XML DocumentSource 屬性


XML 控件 XML 控件

定義和用法

DocumentSource 屬性用于設(shè)置或返回在 Xml 控件中顯示的 XML 文檔的路徑。

語法

<asp:Xml DocumentSource="path" runat="server" />

屬性 描述
path 字符串值,規(guī)定 XML 文件的位置。

該屬性可以是相對或絕對路徑:

  • 相對路徑:文件相對于當(dāng)前頁面位置的路徑(比如 "~/note.xml")
  • 絕對路徑:絕對路徑(比如 "C:xmlnote.xml")


實(shí)例

實(shí)例

下面的實(shí)例設(shè)置了 Xml 控件要使用的 XML 文檔:

<form runat="server">
<asp:Xml id="xml1" runat="server" DocumentSource="note.xml" />
</form>

演示實(shí)例 ?

在本實(shí)例中使用的 XML 文件是 "note.xml"。


XML 控件 XML 控件
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號