WmlMobileTextWriter.RenderTextBox 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.
Génère le rendu d'un élément de type zone de texte. 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:
virtual void RenderTextBox(System::String ^ id, System::String ^ value, System::String ^ format, System::String ^ title, bool password, int size, int maxLength, bool generateRandomID, bool breakAfter);
public virtual void RenderTextBox (string id, string value, string format, string title, bool password, int size, int maxLength, bool generateRandomID, bool breakAfter);
abstract member RenderTextBox : string * string * string * string * bool * int * int * bool * bool -> unit
override this.RenderTextBox : string * string * string * string * bool * int * int * bool * bool -> unit
Public Overridable Sub RenderTextBox (id As String, value As String, format As String, title As String, password As Boolean, size As Integer, maxLength As Integer, generateRandomID As Boolean, breakAfter As Boolean)
Paramètres
- id
- String
Identifie le contrôle.
- value
- String
Spécifie la valeur initiale de la zone de texte.
- format
- String
Spécifie une chaîne de format WML facultative.
- title
- String
Contient le titre de la zone de texte.
- password
- Boolean
Spécifie le mot de passe.
- size
- Int32
Définit la taille de la chaîne.
- maxLength
- Int32
Spécifie la longueur maximale de la chaîne.
- generateRandomID
- Boolean
Détermine si l’identificateur du contrôle (ID) est chiffré.
- breakAfter
- Boolean
Affectez la valeur true
si un saut de ligne est requis après le rendu du contrôle.
Remarques
Cette méthode peut également brouiller les ID de client qui doivent être chiffrés pour des raisons de sécurité.