Page.GetPostBackEventReference Yöntem

Tanım

Sunucuya geri göndermeye neden olmak için istemci olayında kullanılabilecek bir dize döndürür. Bu yöntem kullanım dışı bırakıldı. GetPostBackEventReference Bunun yerine sınıfında yöntemini ClientScriptManager kullanın.

Aşırı Yüklemeler

Name Description
GetPostBackEventReference(Control)
Geçersiz.

Sunucuya geri göndermeye neden olmak için istemci olayında kullanılabilecek bir dize döndürür. Başvuru dizesi belirtilen Control nesne tarafından tanımlanır.

GetPostBackEventReference(Control, String)
Geçersiz.

Sunucuya geri göndermeye neden olmak için istemci olayında kullanılabilecek bir dize döndürür. Başvuru dizesi, geri göndermeyi işleyen belirtilen denetim ve ek olay bilgilerinin dize bağımsız değişkeniyle tanımlanır.

GetPostBackEventReference(Control)

Dikkat

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

Sunucuya geri göndermeye neden olmak için istemci olayında kullanılabilecek bir dize döndürür. Başvuru dizesi belirtilen Control nesne tarafından tanımlanır.

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

Parametreler

control
Control

Sunucuda geri göndermeyi işlemek için sunucu denetimi.

Döndürülenler

İstemcide betik olarak işlendiğinde geri göndermeyi başlatan bir dize.

Öznitelikler

Açıklamalar

Bu yöntem kullanım dışı bırakıldı. GetPostBackEventReference Bunun yerine sınıfında yöntemini ClientScriptManager kullanın.

Ayrıca bkz.

Şunlara uygulanır

GetPostBackEventReference(Control, String)

Dikkat

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

Sunucuya geri göndermeye neden olmak için istemci olayında kullanılabilecek bir dize döndürür. Başvuru dizesi, geri göndermeyi işleyen belirtilen denetim ve ek olay bilgilerinin dize bağımsız değişkeniyle tanımlanır.

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

Parametreler

control
Control

Geri göndermeyi işlemek için sunucu denetimi.

argument
String

Parametre sunucu denetimine geçirildi.

Döndürülenler

İstemcide betik olarak işlendiğinde geri göndermeyi başlatan bir dize.

Öznitelikler

Açıklamalar

Bu yöntem kullanım dışı bırakıldı. GetPostBackEventReference Bunun yerine sınıfında yöntemini ClientScriptManager kullanın.

Ayrıca bkz.

Şunlara uygulanır