AjaxOptions.ToUnobtrusiveHtmlAttributes メソッド

定義

AJAX オプションを HTML 属性のコレクションとして返して、控えめな JavaScript をサポートします。

public System.Collections.Generic.IDictionary<string,object> ToUnobtrusiveHtmlAttributes ();
member this.ToUnobtrusiveHtmlAttributes : unit -> System.Collections.Generic.IDictionary<string, obj>
Public Function ToUnobtrusiveHtmlAttributes () As IDictionary(Of String, Object)

戻り値

控えめな JavaScript をサポートする、HTML 属性のコレクションとしての AJAX オプション。

適用対象