Page.GetPostBackClientEvent(Control, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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입니다.
반환
클라이언트 이벤트를 나타내는 문자열입니다.
- 특성
설명
ClientScriptManager 사용되지 않는 이 멤버에 대한 대안은 클래스를 참조하세요.