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 查詢字串參數名稱。 預設值是「回調」。

適用於