WmlMobileTextWriter.RenderTextBox(String, String, String, String, Boolean, Int32, Int32, Boolean, Boolean) Método

Definição

Renderiza um elemento de caixa de texto.Renders a text-box element. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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 o controle.Identifies the control.

value
String

Especifica o valor inicial da caixa de texto.Specifies the initial value of the text box.

format
String

Especifica uma cadeia de caracteres de formato WML opcional.Specifies an optional WML format string.

title
String

Contém o título da caixa de texto.Contains the title of the text box.

password
Boolean

Especifica a senha.Specifies the password.

size
Int32

Define o tamanho da cadeia de caracteres.Sets the size of the string.

maxLength
Int32

Especifica o tamanho máximo da cadeia de caracteres.Specifies the maximum length of the string.

generateRandomID
Boolean

Determina se o identificador para o controle (ID) é criptografado.Determines whether the identifier for the control (ID) is encrypted.

breakAfter
Boolean

Definido como true se uma quebra é necessária depois que o controle é renderizado.Set to true if a break is required after the control is rendered.

Comentários

Esse método também pode embaralhar as IDs de cliente que devem ser criptografadas por motivos de segurança.This method can also scramble client IDs that must be encrypted for security reasons.

Aplica-se a

Confira também