UpWmlMobileTextWriter.RenderBeginPostBack(String, Boolean, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
开始回发的呈现。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅
public:
override void RenderBeginPostBack(System::String ^ softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey);
public override void RenderBeginPostBack(string softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey);
override this.RenderBeginPostBack : string * bool * bool -> unit
Public Overrides Sub RenderBeginPostBack (softkeyLabel As String, implicitSoftkeyLabel As Boolean, mapToSoftkey As Boolean)
参数
- softkeyLabel
- String
如果参数设置为 true,则用于链接的mapToSoftkey软键文本。
- implicitSoftkeyLabel
- Boolean
如果 true 软键标签来自适配器本身(默认标签或指定了适配器的其他内容(例如控件的 PhoneCall “调用”),而不是由应用程序作者显式指定的软键标签,
- mapToSoftkey
- Boolean
设置为 true 是否映射到设备上的软键。