WmlMobileTextWriter.RenderBeginPostBack(String, Boolean, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Commence le rendu d'une publication (postback). Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec 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)
Paramètres
- softkeyLabel
- String
Texte de softkey à utiliser pour le lien si le paramètre mapToSoftKey
a la valeur true
.
- implicitSoftkeyLabel
- Boolean
A la valeur true
si l'étiquette de softkey provient de l'adaptateur lui-même, au lieu d'être spécifiée explicitement par l'auteur de l'application.
- mapToSoftkey
- Boolean
A la valeur true
en cas de mappage vers une softkey sur l'appareil.