JavascriptCallbackBehaviorAttribute.UrlParameterName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 查詢字串參數名稱。 預設值是「回調」。