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"입니다.

적용 대상