Compartilhar via


WmlMobileTextWriter.RenderBeginPostBack(String, Boolean, Boolean) Método

Definição

Inicia a renderização de um postback. Esta API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Aplicativos Móveis & Sites com 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)

Parâmetros

softkeyLabel
String

O texto da tecla de função a ser usado para o link se o parâmetro mapToSoftKey estiver definido como true.

implicitSoftkeyLabel
Boolean

Definido como true se o rótulo de tecla de função vem do próprio adaptador, em vez de ser um rótulo de tecla de função explicitamente especificado pelo autor do aplicativo.

mapToSoftkey
Boolean

Definido como true se for mapeado para uma tecla no dispositivo.

Aplica-se a

Confira também