UpWmlMobileTextWriter.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 Applications mobiles & Sites avec 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)
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 (étiquette par défaut ou tout autre texte spécifique à l'adaptateur, par exemple "Appel" pour un contrôle PhoneCall), 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.
Exceptions
le writer a commencé à écrire un lien hypertexte,
- ou -
la réponse est une publication (postback).