System.Web.Mvc.Ajax Namespace

 

The System.Web.Mvc.Ajax namespace contains classes that support Ajax scripts in an ASP.NET MVC application. The namespace includes support for Ajax scripts and for Ajax options.

Classes

Class Description
System_CAPS_pubclass AjaxExtensions

Represents support for ASP.NET AJAX within an ASP.NET MVC application.

System_CAPS_pubclass AjaxOptions

Represents option settings for running Ajax scripts in an ASP.NET MVC application.

Enumerations

Enumeration Description
System_CAPS_pubenum InsertionMode

Enumerates the AJAX script insertion modes.

See Also

System.Web.Mvc
System.Web.Mvc.Async
System.Web.Mvc.Html

Return to top