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" です。

適用対象