通过


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

定义

开始回发的呈现。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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)

参数

softkeyLabel
String

如果参数设置为 true,则用于链接的mapToSoftKey软键文本。

implicitSoftkeyLabel
Boolean

设置为 true 软键标签是否来自适配器本身,而不是由应用程序作者显式指定的软键标签。

mapToSoftkey
Boolean

设置为 true 是否映射到设备上的软键。

适用于

另请参阅