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 function ToUnobtrusiveHtmlAttributes() : IDictionary<String, Object>

Return Value

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