WebGrid.GetContainerUpdateScript(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.