共用方式為


WmlMobileTextWriter.RenderBeginPostBack(String, Boolean, Boolean) 方法

定義

開始呈現回傳。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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)

參數

softkeyLabel
String

如果 mapToSoftKey 參數設定為 true,表示是連結要使用的螢幕鍵盤文字。

implicitSoftkeyLabel
Boolean

如果螢幕鍵盤標籤來自配接器本身,而不是來自應用程式作者明確指定的螢幕鍵盤標籤,則設定為 true

mapToSoftkey
Boolean

如果對應至裝置上的螢幕鍵盤,請設定為 true

適用於

另請參閱