WebGrid.GetContainerUpdateScript(String) 方法

定義

傳回 JavaScript 語句,可用來更新與指定網頁上實例相關聯的 WebGrid HTML 專案。

public System.Web.IHtmlString GetContainerUpdateScript (string path);
member this.GetContainerUpdateScript : string -> System.Web.IHtmlString
Public Function GetContainerUpdateScript (path As String) As IHtmlString

參數

path
String

網頁的 URL,其中包含正在更新的 WebGrid 實例。 此 URL 可以包括查詢字串引數。

傳回

JavaScript 語句,可用來更新與 WebGrid 實例相關聯的網頁中的 HTML 元素。

適用於