JavascriptCallbackBehaviorAttribute.UrlParameterName プロパティ

定義

ドメイン間スクリプト アクセスに使用する URL クエリ文字列パラメーター名を取得または設定します。

public:
 property System::String ^ UrlParameterName { System::String ^ get(); void set(System::String ^ value); };
public string UrlParameterName { get; set; }
member this.UrlParameterName : string with get, set
Public Property UrlParameterName As String

プロパティ値

URL クエリ文字列パラメーター名。

注釈

JSONP コールバック関数の名前を識別するために使用する URL クエリ文字列パラメーターの名前は、このパラメーターを使用して指定できます。 既定値は "callback" です。

適用対象