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)
'Declaration Public Function ToUnobtrusiveHtmlAttributes As IDictionary(Of String, Object) 'Usage Dim instance As AjaxOptions Dim returnValue As IDictionary(Of String, Object) returnValue = instance.ToUnobtrusiveHtmlAttributes()
Return Value
Type: System.Collections.Generic.IDictionary(Of String, Object)The Ajax options as a collection of HTML attributes to support unobtrusive JavaScript.
Show: