WebGrid.GetContainerUpdateScript(String) Method

Definition

Returns a JavaScript statement that can be used to update the HTML element that is associated with the WebGrid instance on the specified web page.

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

Parameters

path
String

The URL of the web page that contains the WebGrid instance that is being updated. The URL can include query-string arguments.

Returns

A JavaScript statement that can be used to update the HTML element in a web page that is associated with the WebGrid instance.

Applies to