This topic has not yet been rated - Rate this topic

ViewPage<TModel>.Ajax Property

Gets or sets the AjaxHelper<TModel> object that supports rendering HTML in Ajax scenarios.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public AjaxHelper<TModel> Ajax { get; set; }

Property Value

Type: System.Web.Mvc.AjaxHelper<TModel>
The Ajax helper object that is associated with the view.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.