Page.GetPostBackClientEvent(Control, String) 메서드

정의

주의

The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202

지정된 이벤트 인수를 사용하고 지정된 컨트롤에 대해 서버로 다시 게시하기 위해 클라이언트 이벤트에서 사용할 수 있는 참조를 가져옵니다.

public:
 System::String ^ GetPostBackClientEvent(System::Web::UI::Control ^ control, System::String ^ argument);
public string GetPostBackClientEvent (System.Web.UI.Control control, string argument);
[System.Obsolete("The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202")]
public string GetPostBackClientEvent (System.Web.UI.Control control, string argument);
member this.GetPostBackClientEvent : System.Web.UI.Control * string -> string
[<System.Obsolete("The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.GetPostBackClientEvent : System.Web.UI.Control * string -> string
Public Function GetPostBackClientEvent (control As Control, argument As String) As String

매개 변수

control
Control

클라이언트 이벤트 다시 게시를 수신하는 서버 컨트롤입니다.

argument
String

RaisePostBackEvent(String)에 전달되는 String입니다.

반환

String

클라이언트 이벤트를 나타내는 문자열입니다.

특성

설명

ClientScriptManager 사용되지 않는 이 멤버에 대한 대안은 클래스를 참조하세요.

적용 대상

추가 정보