IPostBackContainer.GetPostBackOptions(IButtonControl) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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ı oluşturan denetim.
Döndürülenler
PostBackOptions için bir geri gönderme betiği oluşturmak için buttonControlgereken seçenekleri içeren bir nesne.
Açıklamalar
yönteminin GetPostBackOptions uygulamaları, yöntemin istemcide yürütülürken bir geri gönderme işlemi başlatan geçerli bir geri gönderme olay başvurusu oluşturması için PostBackOptions gereken bilgilerle yeni GetPostBackEventReference bir örnek yapılandırmalıdır.