Aracılığıyla paylaş


IPostBackContainer.GetPostBackOptions(IButtonControl) Yöntem

Tanım

Belirtilen düğme denetimi için geri gönderme betiği için gereken seçenekleri döndürür.

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

Parametreler

buttonControl
IButtonControl

Geri gönderme olayını üreten denetim.

Döndürülenler

PostBackOptions

PostBackOptionsİçin geri gönderme betiği oluşturmak için gereken seçenekleri içeren bir nesne buttonControl .

Açıklamalar

Yöntemi, yöntemi GetPostBackOptions PostBackOptions için gereken bilgilerle yeni bir örnek yapılandırmalı ve GetPostBackEventReference Bu, istemcide yürütüldüğünde, geri gönderme işlemini başlatır.

Şunlara uygulanır

Ayrıca bkz.