AjaxOptions::ToUnobtrusiveHtmlAttributes Method

Returns the Ajax options as a collection of HTML attributes to support unobtrusive JavaScript.

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

public:
IDictionary<String^, Object^>^ ToUnobtrusiveHtmlAttributes()

Return Value

Type: System.Collections.Generic::IDictionary<String, Object>
The Ajax options as a collection of HTML attributes to support unobtrusive JavaScript.
Show: