Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

JavascriptCallbackBehaviorAttribute::UrlParameterName Property

.NET Framework (current version)
 

Gets or sets the URL query string parameter name to use for cross-domain script access.

Namespace:   System.ServiceModel.Web
Assembly:  System.ServiceModel.Web (in System.ServiceModel.Web.dll)

public:
property String^ UrlParameterName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The URL query string parameter name.

This property allows you to specify the name of the URL query string parameter used to identify the JSONP callback function name. The default value is “callback”.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft