Bagikan melalui


WmlMobileTextWriter.RenderBeginPostBack(String, Boolean, Boolean) Metode

Definisi

Memulai penyajian postback. API ini kedaluarsa. Untuk informasi tentang cara mengembangkan aplikasi seluler ASP.NET, lihat Situs & Mobile Apps dengan ASP.NET.

public:
 virtual void RenderBeginPostBack(System::String ^ softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey);
public virtual void RenderBeginPostBack (string softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey);
abstract member RenderBeginPostBack : string * bool * bool -> unit
override this.RenderBeginPostBack : string * bool * bool -> unit
Public Overridable Sub RenderBeginPostBack (softkeyLabel As String, implicitSoftkeyLabel As Boolean, mapToSoftkey As Boolean)

Parameter

softkeyLabel
String

Teks softkey yang digunakan untuk tautan jika mapToSoftKey parameter diatur ke true.

implicitSoftkeyLabel
Boolean

Atur ke true jika label softkey berasal dari adaptor itu sendiri, daripada menjadi label softkey yang secara eksplisit ditentukan oleh penulis aplikasi.

mapToSoftkey
Boolean

Atur ke true jika pemetaan ke softkey pada perangkat.

Berlaku untuk

Lihat juga