WmlMobileTextWriter.RenderTextBox Método

Definición

Representa un elemento de cuadro de texto. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulta Mobile Apps & Sitios con 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)

Parámetros

id
String

Identifica el control .

value
String

Especifica el valor inicial del cuadro de texto.

format
String

Especifica una cadena de formato WML opcional.

title
String

Contiene el título del cuadro de texto.

password
Boolean

Especifica la contraseña.

size
Int32

Establece el tamaño de la cadena.

maxLength
Int32

Especifica la longitud máxima de la cadena.

generateRandomID
Boolean

Determina si el identificador del control (ID) está cifrado.

breakAfter
Boolean

Establézcalo en true si se requiere un salto después de representar el control.

Comentarios

Este método también puede codificar identificadores de cliente que se deben cifrar por motivos de seguridad.

Se aplica a

Consulte también