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

属性值

String

URL 查询字符串参数名称。

注解

此属性允许您指定用于标识 JSONP 回调函数名称的 URL 查询字符串参数的名称。 默认值为 "callback"。

适用于