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: