HtmlControlAdapter.RenderPostBackEventAsAttribute Yöntem

Tanım

Bir geri gönderme olayını öznitelik olarak işler. Bu, API artık kullanılmıyor. ASP.NET mobil uygulama geliştirme hakkında bilgi için bkz. ASP.NET ile Mobile Apps & Siteleri.

protected:
 void RenderPostBackEventAsAttribute(System::Web::UI::MobileControls::Adapters::HtmlMobileTextWriter ^ writer, System::String ^ attributeName, System::String ^ argument);
protected void RenderPostBackEventAsAttribute (System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter writer, string attributeName, string argument);
member this.RenderPostBackEventAsAttribute : System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter * string * string -> unit
Protected Sub RenderPostBackEventAsAttribute (writer As HtmlMobileTextWriter, attributeName As String, argument As String)

Parametreler

writer
HtmlMobileTextWriter

Metin yazarı.

attributeName
String

Öznitelik adı.

argument
String

İşleme parametresi.

Şunlara uygulanır

Ayrıca bkz.