IPostBackContainer.GetPostBackOptions(IButtonControl) Methode

Definition

Gibt die für ein Postbackskript für ein angegebenes Schaltflächensteuerelement erforderlichen Optionen zurück.

public:
 System::Web::UI::PostBackOptions ^ GetPostBackOptions(System::Web::UI::WebControls::IButtonControl ^ buttonControl);
public System.Web.UI.PostBackOptions GetPostBackOptions (System.Web.UI.WebControls.IButtonControl buttonControl);
abstract member GetPostBackOptions : System.Web.UI.WebControls.IButtonControl -> System.Web.UI.PostBackOptions
Public Function GetPostBackOptions (buttonControl As IButtonControl) As PostBackOptions

Parameter

buttonControl
IButtonControl

Das Steuerelement, das das Postbackereignis generiert.

Gibt zurück

Ein PostBackOptions-Objekt, das die zum Generieren eines Postbackskripts für buttonControl erforderlichen Optionen enthält.

Hinweise

Implementierungen der GetPostBackOptions -Methode sollten eine neue PostBackOptions Instanz mit den Informationen konfigurieren, die für die GetPostBackEventReference Methode erforderlich sind, um einen gültigen Postbackereignisverweis zu erstellen, der bei Ausführung auf dem Client ein Postback initiiert.

Gilt für:

Weitere Informationen