0 out of 1 rated this helpful - Rate this topic

AjaxOptions.OnBegin Property

Gets or sets the name of the JavaScript function to call immediately before the page is updated.

Namespace:  System.Web.Mvc.Ajax
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public string OnBegin { get; set; }

Property Value

Type: System.String
The name of the JavaScript function to call before the page is updated.

The JavaScript function is called by MVC after the HttpRequest object is instantiated but before it is invoked.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ