.NET Framework Class Library
AjaxOptions Class

Represents option settings for running AJAX scripts in an MVC application.

Namespace:  System.Web.Mvc.Ajax
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
Syntax

Visual Basic (Declaration)
Public Class AjaxOptions
Visual Basic (Usage)
Dim instance As AjaxOptions
C#
public class AjaxOptions
Visual C++
public ref class AjaxOptions
Remarks

This class provides options to AjaxHelper and AjaxExtensions methods.

Inheritance Hierarchy

System..::.Object
  System.Web.Mvc.Ajax..::.AjaxOptions
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also

Reference

Tags :


Page view tracker