ChtmlMobileTextWriter Classe
Definição
Cuidado
The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.
Fornece funcionalidade de text writer para dispositivos usados como destino pelo conjunto de adaptadores cHTML.Provides text writer functionality for devices targeted by the cHTML adapter set. 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 ref class ChtmlMobileTextWriter : System::Web::UI::MobileControls::Adapters::HtmlMobileTextWriter
public class ChtmlMobileTextWriter : System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public class ChtmlMobileTextWriter : System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter
type ChtmlMobileTextWriter = class
inherit HtmlMobileTextWriter
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type ChtmlMobileTextWriter = class
inherit HtmlMobileTextWriter
Public Class ChtmlMobileTextWriter
Inherits HtmlMobileTextWriter
- Herança
-
ChtmlMobileTextWriter
- Atributos
Comentários
A ChtmlMobileTextWriter classe herda da HtmlMobileTextWriter classe e, portanto, herda todos os seus membros.The ChtmlMobileTextWriter class inherits from the HtmlMobileTextWriter class, and thus inherits all its members.
Construtores
| ChtmlMobileTextWriter(TextWriter, MobileCapabilities) |
Inicializa uma nova instância da classe ChtmlMobileTextWriter para um determinado dispositivo, usando o parâmetro |
Campos
| CoreNewLine |
Armazena os caracteres de nova linha usados para esse |
| DefaultTabString |
Representa um único caractere de tabulação.Represents a single tab character. (Herdado de HtmlTextWriter) |
| DoubleQuoteChar |
Representa o caractere de aspas (").Represents the quotation mark (") character. (Herdado de HtmlTextWriter) |
| EndTagLeftChars |
Representa a marca de colchete angular esquerdo e barra (</) da marca de fechamento de um elemento de marcação.Represents the left angle bracket and slash mark (</) of the closing tag of a markup element. (Herdado de HtmlTextWriter) |
| EqualsChar |
Representa o sinal de igual ( |
| EqualsDoubleQuoteString |
Representa um sinal de igual (=) e aspas duplas (") juntos em uma cadeia de caracteres (=").Represents an equal sign (=) and a double quotation mark (") together in a string (="). (Herdado de HtmlTextWriter) |
| SelfClosingChars |
Representa um espaço e a marca de barra (/) de autofechamento de uma marca de marcação.Represents a space and the self-closing slash mark (/) of a markup tag. (Herdado de HtmlTextWriter) |
| SelfClosingTagEnd |
Representa a marca de barra de fechamento e o colchete angular direito (/>) de um elemento de marcação de autofechamento.Represents the closing slash mark and right angle bracket (/>) of a self-closing markup element. (Herdado de HtmlTextWriter) |
| SemicolonChar |
Representa o ponto e vírgula (;).Represents the semicolon (;). (Herdado de HtmlTextWriter) |
| SingleQuoteChar |
Representa um apóstrofo (').Represents an apostrophe ('). (Herdado de HtmlTextWriter) |
| SlashChar |
Representa a marca de barra (/).Represents the slash mark (/). (Herdado de HtmlTextWriter) |
| SpaceChar |
Representa um caractere de espaço ( ).Represents a space ( ) character. (Herdado de HtmlTextWriter) |
| StyleEqualsChar |
Representa o caractere de igual para estilo ( |
| TagLeftChar |
Representa o colchete angular de abertura (<) de uma marca de marcação.Represents the opening angle bracket (<) of a markup tag. (Herdado de HtmlTextWriter) |
| TagRightChar |
Representa o colchete angular de fechamento (>) de uma marca de marcação.Represents the closing angle bracket (>) of a markup tag. (Herdado de HtmlTextWriter) |
Propriedades
| Device |
Recupera o objeto MobileCapabilities para o dispositivo de solicitação atual.Retrieves the MobileCapabilities object for the current requesting device. 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. (Herdado de MobileTextWriter) |
| Encoding |
Obtém a codificação que o objeto HtmlTextWriter usa para gravar conteúdo na página.Gets the encoding that the HtmlTextWriter object uses to write content to the page. (Herdado de HtmlTextWriter) |
| FormatProvider |
Obtém um objeto que controla a formatação.Gets an object that controls formatting. (Herdado de TextWriter) |
| Indent |
Obtém ou define o número de posições de tabulação para recuar o início de cada linha de marcação.Gets or sets the number of tab positions to indent the beginning of each line of markup. (Herdado de HtmlTextWriter) |
| InnerWriter |
Obtém ou define o gravador de texto que grava o conteúdo interno do elemento de marcação.Gets or sets the text writer that writes the inner content of the markup element. (Herdado de HtmlTextWriter) |
| NewLine |
Obtém ou define a cadeia de caracteres de terminador de linha usada pelo objeto HtmlTextWriter.Gets or sets the line terminator string used by the HtmlTextWriter object. (Herdado de HtmlTextWriter) |
| RenderBodyColor |
Indica se o atributo de cor de corpo pode ser enviado para o fluxo de saída.Indicates whether the body color attribute can be sent to the output stream. 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. (Herdado de HtmlMobileTextWriter) |
| RenderBold |
Indica se o atributo negrito pode ser enviado para o fluxo de saída.Indicates whether the bold attribute can be sent to the output stream. 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. (Herdado de HtmlMobileTextWriter) |
| RenderDivAlign |
Indica se o atributo de alinhamento pode ser enviado para o fluxo de saída.Indicates whether the alignment attribute can be sent to the output stream. 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. (Herdado de HtmlMobileTextWriter) |
| RenderDivNoWrap |
Indica se o dispositivo de destino dá suporte ao valor |
| RenderFontColor |
Indica se o atributo de cor da fonte pode ser enviado para o fluxo de saída.Indicates whether the font color attribute can be sent to the output stream. 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. (Herdado de HtmlMobileTextWriter) |
| RenderFontName |
Indica se o atributo de nome da fonte pode ser enviado para o fluxo de saída.Indicates whether the font name attribute can be sent to the output stream. 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. (Herdado de HtmlMobileTextWriter) |
| RenderFontSize |
Indica se o atributo de tamanho da fonte pode ser enviado para o fluxo de saída.Indicates whether the font size attribute can be sent to the output stream. 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. (Herdado de HtmlMobileTextWriter) |
| RenderItalic |
Contém um valor booliano que indica se o atributo |
| RequiresNoBreakInFormatting |
Obtém um valor que indica se o dispositivo não dá suporte a elementos HTML |
| SupportsMultiPart |
Obtém um valor que indica se há suporte para escrita de várias partes.Gets a value indicating whether multipart writing is supported. O padrão é |
| TagKey |
Obtém ou define o valor HtmlTextWriterTag para o elemento de marcação especificado.Gets or sets the HtmlTextWriterTag value for the specified markup element. (Herdado de HtmlTextWriter) |
| TagName |
Obtém ou define o nome da marca do elemento de marcação que está sendo renderizado.Gets or sets the tag name of the markup element being rendered. (Herdado de HtmlTextWriter) |
Métodos
| AddAttribute(HtmlTextWriterAttribute, String) |
Adiciona o atributo de marcação e o valor de atributo à marca de abertura do elemento que o objeto HtmlTextWriter cria com uma chamada posterior ao método RenderBeginTag.Adds the markup attribute and the attribute value to the opening tag of the element that the HtmlTextWriter object creates with a subsequent call to the RenderBeginTag method. (Herdado de HtmlTextWriter) |
| AddAttribute(HtmlTextWriterAttribute, String, Boolean) |
Adiciona o atributo de marcação e o valor de atributo à marca de abertura do elemento criado pelo objeto HtmlTextWriter com uma chamada posterior ao método RenderBeginTag, com codificação opcional.Adds the markup attribute and the attribute value to the opening tag of the element that the HtmlTextWriter object creates with a subsequent call to the RenderBeginTag method, with optional encoding. (Herdado de HtmlTextWriter) |
| AddAttribute(String, String) |
Adiciona o atributo e valor de marcação especificados à marca de abertura do elemento que o objeto HtmlTextWriter cria com uma chamada posterior ao método RenderBeginTag.Adds the specified markup attribute and value to the opening tag of the element that the HtmlTextWriter object creates with a subsequent call to the RenderBeginTag method. (Herdado de HtmlTextWriter) |
| AddAttribute(String, String, Boolean) |
Adiciona o valor e o atributo de marcação especificados à marca de abertura do elemento que o objeto HtmlTextWriter cria com uma chamada subsequente ao método RenderBeginTag, com codificação opcional.Adds the specified markup attribute and value to the opening tag of the element that the HtmlTextWriter object creates with a subsequent call to the RenderBeginTag method, with optional encoding. (Herdado de HtmlTextWriter) |
| AddAttribute(String, String, HtmlTextWriterAttribute) |
Adiciona o atributo e valor de marcação especificados, juntamente com um valor de enumeração HtmlTextWriterAttribute, à marca de abertura do elemento que o objeto HtmlTextWriter cria com uma chamada subsequente ao método RenderBeginTag.Adds the specified markup attribute and value, along with an HtmlTextWriterAttribute enumeration value, to the opening tag of the element that the HtmlTextWriter object creates with a subsequent call to the RenderBeginTag method. (Herdado de HtmlTextWriter) |
| AddResource(String) |
Adiciona uma referência de recurso à URL fornecida, com o tipo MIME opcional para o conteúdo especificado.Adds a resource reference to the given URL, with the optional MIME type for the specified content. 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. (Herdado de MultiPartWriter) |
| AddResource(String, String) |
Adiciona uma referência de recurso à URL fornecida, com o tipo MIME opcional para o conteúdo especificado.Adds a resource reference to the given URL, with the optional MIME type for the specified content. 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. (Herdado de MobileTextWriter) |
| AddStyleAttribute(HtmlTextWriterStyle, String) |
Adiciona o atributo de estilo de marcação associado ao valor HtmlTextWriterStyle especificado e o valor do atributo para a marcação de abertura criada por uma chamada subsequente para o método RenderBeginTag.Adds the markup style attribute associated with the specified HtmlTextWriterStyle value and the attribute value to the opening markup tag created by a subsequent call to the RenderBeginTag method. (Herdado de HtmlTextWriter) |
| AddStyleAttribute(String, String) |
Adiciona o atributo de estilo de marcação especificado e o valor do atributo para a marcação de abertura criada por uma chamada subsequente para o método RenderBeginTag.Adds the specified markup style attribute and the attribute value to the opening markup tag created by a subsequent call to the RenderBeginTag method. (Herdado de HtmlTextWriter) |
| AddStyleAttribute(String, String, HtmlTextWriterStyle) |
Adiciona o atributo de estilo de marcação especificado e o valor do atributo, juntamente com um valor de enumeração HtmlTextWriterStyle, à marcação de abertura criada por uma chamada subsequente para o método RenderBeginTag.Adds the specified markup style attribute and the attribute value, along with an HtmlTextWriterStyle enumeration value, to the opening markup tag created by a subsequent call to the RenderBeginTag method. (Herdado de HtmlTextWriter) |
| BeginFile(String, String, String) |
Começa um arquivo de resposta.Begins a response file. 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. (Herdado de MobileTextWriter) |
| BeginRender() |
Notifica um objeto HtmlTextWriter ou um objeto de uma classe derivada de que um controle está prestes a ser renderizado.Notifies an HtmlTextWriter object, or an object of a derived class, that a control is about to be rendered. (Herdado de HtmlTextWriter) |
| BeginResponse() |
Começa uma resposta.Begins a response. 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. (Herdado de MobileTextWriter) |
| BeginStyleContext() |
Inicia um novo bloco de estilo.Starts a new Style block. 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. (Herdado de HtmlMobileTextWriter) |
| Close() |
Fecha o objeto HtmlTextWriter e libera os recursos do sistema associados a ele.Closes the HtmlTextWriter object and releases any system resources associated with it. (Herdado de HtmlTextWriter) |
| CreateObjRef(Type) |
Cria um objeto que contém todas as informações relevantes necessárias para gerar um proxy usado para se comunicar com um objeto remoto.Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Herdado de MarshalByRefObject) |
| Dispose() |
Libera todos os recursos usados pelo objeto TextWriter.Releases all resources used by the TextWriter object. (Herdado de TextWriter) |
| Dispose(Boolean) |
Libera os recursos não gerenciados usados pelo TextWriter e opcionalmente libera os recursos gerenciados.Releases the unmanaged resources used by the TextWriter and optionally releases the managed resources. (Herdado de TextWriter) |
| DisposeAsync() |
Libera de forma assíncrona todos os recursos usados pelo objeto TextWriter.Asynchronously releases all resources used by the TextWriter object. (Herdado de TextWriter) |
| EncodeAttributeValue(HtmlTextWriterAttribute, String) |
Codifica o valor de atributo de marcação especificado com base nos requisitos do objeto HttpRequest do contexto atual.Encodes the value of the specified markup attribute based on the requirements of the HttpRequest object of the current context. (Herdado de HtmlTextWriter) |
| EncodeAttributeValue(String, Boolean) |
Codifica o valor de atributo de marcação especificado com base nos requisitos do objeto HttpRequest do contexto atual.Encodes the value of the specified markup attribute based on the requirements of the HttpRequest object of the current context. (Herdado de HtmlTextWriter) |
| EncodeUrl(String) |
Executa a codificação de URL mínima convertendo espaços existentes na URL especificada para a cadeia de caracteres "%20".Performs minimal URL encoding by converting spaces in the specified URL to the string "%20". (Herdado de HtmlTextWriter) |
| EndFile() |
Termina um arquivo de resposta.Ends a response file. 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. (Herdado de MobileTextWriter) |
| EndRender() |
Notifica um objeto HtmlTextWriter ou um objeto de uma classe derivada de que a renderização de um controle foi concluída.Notifies an HtmlTextWriter object, or an object of a derived class, that a control has finished rendering. Você pode usar esse método para fechar os elementos de marcação abertos no método BeginRender().You can use this method to close any markup elements opened in the BeginRender() method. (Herdado de HtmlTextWriter) |
| EndResponse() |
Termina uma resposta.Ends a response. 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. (Herdado de MobileTextWriter) |
| EndStyleContext() |
Conclui um novo bloco de estilo.Completes a new Style block. 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. (Herdado de HtmlMobileTextWriter) |
| EnterFormat(Style) |
Inicia um bloco usando a formatação de caractere de um estilo especificado.Begins a block by using the character formatting from a specified style. 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. (Herdado de HtmlMobileTextWriter) |
| EnterLayout(Style) |
Inicia um bloco usando a formatação de caractere e o layout de um estilo determinado.Begins a block by using the layout and character formatting from a given style. 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. (Herdado de HtmlMobileTextWriter) |
| EnterStyle(Style) |
Grava a marca de abertura de um elemento |
| EnterStyle(Style) |
Inicia um bloco usando a formatação de caractere e o layout de um estilo determinado.Begins a block by using the layout and character formatting from a given style. 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. (Herdado de HtmlMobileTextWriter) |
| EnterStyle(Style, HtmlTextWriterTag) |
Grava a marca de abertura de um elemento de marcação que contém atributos que implementam o layout e formatação de caracteres do estilo especificado.Writes the opening tag of a markup element that contains attributes that implement the layout and character formatting of the specified style. (Herdado de HtmlTextWriter) |
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| ExitFormat(Style) |
Encerra um bloco que estava usando a formatação de caractere de um estilo especificado.Ends a block that has been using the character formatting from a specified style. 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. (Herdado de HtmlMobileTextWriter) |
| ExitFormat(Style, Boolean) |
Encerra um bloco que estava usando a formatação de caractere de um estilo especificado.Ends a block that has been using the character formatting from a specified style. 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. (Herdado de HtmlMobileTextWriter) |
| ExitLayout(Style) |
Remove o estilo atual, restaura o estilo anterior como o estilo de layout atual e, opcionalmente, chama o método WriteEndTag(String) para fechar o elemento atual.Removes the current style, restores the previous style as the current layout style, and optionally calls the WriteEndTag(String) method to close the current 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. (Herdado de HtmlMobileTextWriter) |
| ExitLayout(Style, Boolean) |
Remove o estilo atual, restaura o estilo anterior como o estilo de layout atual e, opcionalmente, chama o método WriteEndTag(String) para fechar o elemento atual.Removes the current style, restores the previous style as the current layout style, and optionally calls the WriteEndTag(String) method to close the current 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. (Herdado de HtmlMobileTextWriter) |
| ExitStyle(Style) |
Grava a marca de fechamento de um elemento |
| ExitStyle(Style) |
Encerra um bloco que estava usando a formatação de caractere e o layout de um estilo determinado.Ends a block that has been using the layout and character formatting from a given style. 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. (Herdado de HtmlMobileTextWriter) |
| ExitStyle(Style, Boolean) |
Encerra um bloco que estava usando a formatação de caractere e o layout de um estilo determinado.Ends a block that has been using the layout and character formatting from a given style. 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. (Herdado de HtmlMobileTextWriter) |
| ExitStyle(Style, HtmlTextWriterTag) |
Grava a marca de fechamento do elemento de marcação especificado para encerrar o layout e a formatação de caracteres especificados.Writes the closing tag of the specified markup element to end the specified layout and character formatting. (Herdado de HtmlTextWriter) |
| FilterAttributes() |
Remove todos os atributos de estilo e marcação em todas as propriedades da página ou controle de servidor Web.Removes all the markup and style attributes on all properties of the page or Web server control. (Herdado de HtmlTextWriter) |
| Flush() |
Limpa todos os buffers para o objeto HtmlTextWriter atual e faz com que todos os dados armazenados em buffer sejam gravados no fluxo de saída.Clears all buffers for the current HtmlTextWriter object and causes any buffered data to be written to the output stream. (Herdado de HtmlTextWriter) |
| FlushAsync() |
Limpa, de maneira assíncrona, todos os buffers do gravador atual e faz com que todos os dados armazenados em buffer sejam gravados no dispositivo subjacente.Asynchronously clears all buffers for the current writer and causes any buffered data to be written to the underlying device. (Herdado de TextWriter) |
| GetAttributeKey(String) |
Obtém o valor de enumeração HtmlTextWriterAttribute correspondente para o atributo especificado.Obtains the corresponding HtmlTextWriterAttribute enumeration value for the specified attribute. (Herdado de HtmlTextWriter) |
| GetAttributeName(HtmlTextWriterAttribute) |
Obtém o nome do atributo de marcação associado ao valor HtmlTextWriterAttribute especificado.Obtains the name of the markup attribute associated with the specified HtmlTextWriterAttribute value. (Herdado de HtmlTextWriter) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetLifetimeService() |
Obsoleto.
Recupera o objeto de serviço de tempo de vida atual que controla a política de ciclo de vida para esta instância.Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Herdado de MarshalByRefObject) |
| GetStyleKey(String) |
Obtém o valor de enumeração HtmlTextWriterStyle do estilo especificado.Obtains the HtmlTextWriterStyle enumeration value for the specified style. (Herdado de HtmlTextWriter) |
| GetStyleName(HtmlTextWriterStyle) |
Obtém o nome de atributo de estilo de marcação associado ao valor de enumeração HtmlTextWriterStyle especificado.Obtains the markup style attribute name associated with the specified HtmlTextWriterStyle enumeration value. (Herdado de HtmlTextWriter) |
| GetTagKey(String) |
Obtém o valor de enumeração HtmlTextWriterTag associado ao elemento de marcação especificado.Obtains the HtmlTextWriterTag enumeration value associated with the specified markup element. (Herdado de HtmlTextWriter) |
| GetTagName(HtmlTextWriterTag) |
Obtém o elemento de marcação associado ao valor de enumeração HtmlTextWriterTag especificado.Obtains the markup element associated with the specified HtmlTextWriterTag enumeration value. (Herdado de HtmlTextWriter) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| InitializeLifetimeService() |
Obsoleto.
Obtém um objeto de serviço de tempo de vida para controlar a política de tempo de vida para essa instância.Obtains a lifetime service object to control the lifetime policy for this instance. (Herdado de MarshalByRefObject) |
| IsAttributeDefined(HtmlTextWriterAttribute) |
Determina se o atributo de marcação especificado e seu valor são renderizados durante a próxima chamada para o método RenderBeginTag.Determines whether the specified markup attribute and its value are rendered during the next call to the RenderBeginTag method. (Herdado de HtmlTextWriter) |
| IsAttributeDefined(HtmlTextWriterAttribute, String) |
Determina se o atributo de marcação especificado e seu valor são renderizados durante a próxima chamada para o método RenderBeginTag.Determines whether the specified markup attribute and its value are rendered during the next call to the RenderBeginTag method. (Herdado de HtmlTextWriter) |
| IsStyleAttributeDefined(HtmlTextWriterStyle) |
Determina se o atributo de estilo de marcação especificado é renderizado durante a próxima chamada para o método RenderBeginTag.Determines whether the specified markup style attribute is rendered during the next call to the RenderBeginTag method. (Herdado de HtmlTextWriter) |
| IsStyleAttributeDefined(HtmlTextWriterStyle, String) |
Determina se o atributo de estilo de marcação especificado e seu valor são renderizados durante a próxima chamada para o método RenderBeginTag.Determines whether the specified markup style attribute and its value are rendered during the next call to the RenderBeginTag method. (Herdado de HtmlTextWriter) |
| IsValidFormAttribute(String) |
Verifica se um atributo para garantir que ele pode ser renderizado na marca de abertura de um elemento de marcação |
| MarkStyleContext() |
Marca o início de um contexto de estilo.Marks the beginning of a style context. 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. (Herdado de HtmlMobileTextWriter) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| MemberwiseClone(Boolean) |
Cria uma cópia superficial do objeto MarshalByRefObject atual.Creates a shallow copy of the current MarshalByRefObject object. (Herdado de MarshalByRefObject) |
| NewUrl(String) |
Gera uma URL exclusiva.Generates a unique URL. 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. (Herdado de MultiPartWriter) |
| OnAttributeRender(String, String, HtmlTextWriterAttribute) |
Determina se o atributo de marcação especificado e seu valor podem ser renderizados para o elemento atual da marcação.Determines whether the specified markup attribute and its value can be rendered to the current markup element. (Herdado de HtmlTextWriter) |
| OnStyleAttributeRender(String, String, HtmlTextWriterStyle) |
Determina se o atributo de estilo de marcação especificado e seu valor podem ser renderizados para o elemento da marcação atual.Determines whether the specified markup style attribute and its value can be rendered to the current markup element. (Herdado de HtmlTextWriter) |
| OnTagRender(String, HtmlTextWriterTag) |
Determina se o elemento de marcação especificado será renderizado para a página solicitante.Determines whether the specified markup element will be rendered to the requesting page. (Herdado de HtmlTextWriter) |
| OutputTabs() |
Grava uma série de cadeias de caracteres de guia que representam o nível de recuo de uma linha de caracteres de marcação.Writes a series of tab strings that represent the indentation level for a line of markup characters. (Herdado de HtmlTextWriter) |
| PopEndTag() |
Remove o elemento de marcação salvo mais recentemente na lista de elementos renderizados.Removes the most recently saved markup element from the list of rendered elements. (Herdado de HtmlTextWriter) |
| PushEndTag(String) |
Salva o elemento de marcação especificado para uso posterior ao gerar a marca de fim de um elemento de marcação.Saves the specified markup element for later use when generating the end tag for a markup element. (Herdado de HtmlTextWriter) |
| RenderAfterContent() |
Grava qualquer texto ou espaçamento que ocorre após o conteúdo e antes da marca de fechamento do elemento de marcação no fluxo de saída de marcação.Writes any text or spacing that occurs after the content and before the closing tag of the markup element to the markup output stream. (Herdado de HtmlTextWriter) |
| RenderAfterTag() |
Grava o espaçamento ou texto que ocorre após a marca de fechamento de um elemento de marcação.Writes any spacing or text that occurs after the closing tag for a markup element. (Herdado de HtmlTextWriter) |
| RenderBeforeContent() |
Grava qualquer texto ou espaçamento antes do conteúdo e após a marca de abertura de um elemento de marcação.Writes any text or spacing before the content and after the opening tag of a markup element. (Herdado de HtmlTextWriter) |
| RenderBeforeTag() |
Grava qualquer texto ou espaçamento que ocorre antes da marca de abertura de um elemento de marcação.Writes any text or spacing that occurs before the opening tag of a markup element. (Herdado de HtmlTextWriter) |
| RenderBeginTag(HtmlTextWriterTag) |
Grava a marca de abertura do elemento de marcação associado ao valor de enumeração HtmlTextWriterTag especificado no fluxo de saída.Writes the opening tag of the markup element associated with the specified HtmlTextWriterTag enumeration value to the output stream. (Herdado de HtmlTextWriter) |
| RenderBeginTag(String) |
Grava a marca de abertura do elemento de marcação especificado no fluxo de saída.Writes the opening tag of the specified markup element to the output stream. (Herdado de HtmlTextWriter) |
| RenderEndTag() |
Grava a marca de fim de um elemento de marcação no fluxo de saída.Writes the end tag of a markup element to the output stream. (Herdado de HtmlTextWriter) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |
| UnMarkStyleContext() |
Fecha um contexto de estilo.Closes a style context. 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. (Herdado de HtmlMobileTextWriter) |
| Write(Boolean) |
Grava a representação de texto de um valor booliano no fluxo de saída, juntamente com qualquer espaçamento de guia pendente.Writes the text representation of a Boolean value to the output stream, along with any pending tab spacing. (Herdado de HtmlTextWriter) |
| Write(Char) |
Grava o caractere especificado no fluxo de saída.Writes the given character to the output stream. 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. (Herdado de HtmlMobileTextWriter) |
| Write(Char[]) |
Grava a representação de texto de uma matriz de caracteres Unicode no fluxo de saída, juntamente com qualquer espaçamento de guia pendente.Writes the text representation of an array of Unicode characters to the output stream, along with any pending tab spacing. (Herdado de HtmlTextWriter) |
| Write(Char[], Int32, Int32) |
Grava a representação de texto de uma submatriz de caracteres Unicode no fluxo de saída, juntamente com qualquer espaçamento de guia pendente.Writes the text representation of a subarray of Unicode characters to the output stream, along with any pending tab spacing. (Herdado de HtmlTextWriter) |
| Write(Decimal) |
Grava a representação de texto de um valor decimal no fluxo de texto.Writes the text representation of a decimal value to the text stream. (Herdado de TextWriter) |
| Write(Double) |
Grava a representação de texto de um número de ponto flutuante de precisão dupla no fluxo de saída, juntamente com qualquer espaçamento de guia pendente.Writes the text representation of a double-precision floating-point number to the output stream, along with any pending tab spacing. (Herdado de HtmlTextWriter) |
| Write(Int32) |
Grava a representação de texto de um inteiro com sinal de 32 bytes no fluxo de saída, juntamente com qualquer espaçamento de guia pendente.Writes the text representation of a 32-byte signed integer to the output stream, along with any pending tab spacing. (Herdado de HtmlTextWriter) |
| Write(Int64) |
Grava a representação de texto de um inteiro com sinal de 64 bytes no fluxo de saída, juntamente com qualquer espaçamento de guia pendente.Writes the text representation of a 64-byte signed integer to the output stream, along with any pending tab spacing. (Herdado de HtmlTextWriter) |
| Write(Object) |
Grava a representação de texto de um objeto no fluxo de saída, juntamente com qualquer espaçamento de guia pendente.Writes the text representation of an object to the output stream, along with any pending tab spacing. (Herdado de HtmlTextWriter) |
| Write(ReadOnlySpan<Char>) |
Grava um intervalo de caracteres no fluxo de texto.Writes a character span to the text stream. (Herdado de TextWriter) |
| Write(Single) |
Grava a representação de texto de um número de ponto flutuante de precisão simples no fluxo de saída, juntamente com qualquer espaçamento de guia pendente.Writes the text representation of a single-precision floating-point number to the output stream, along with any pending tab spacing. (Herdado de HtmlTextWriter) |
| Write(String) |
Grava o texto especificado no fluxo de saída, juntamente a qualquer espaçamento de tabulação pendente.Writes the text to the output stream, along with any pending tab spacing. 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. (Herdado de HtmlMobileTextWriter) |
| Write(String, Object) |
Grava uma cadeia de caracteres de guia e uma cadeia de caracteres formatada no fluxo de saída, usando a mesma semântica do método Format(String, Object), juntamente com qualquer espaçamento de guia pendente.Writes a tab string and a formatted string to the output stream, using the same semantics as the Format(String, Object) method, along with any pending tab spacing. (Herdado de HtmlTextWriter) |
| Write(String, Object, Object) |
Grava uma cadeia de caracteres formatada que contém a representação de texto de dois objetos no fluxo de saída, juntamente com qualquer espaçamento de guia pendente.Writes a formatted string that contains the text representation of two objects to the output stream, along with any pending tab spacing. Esse método usa a mesma semântica do método Format(String, Object, Object).This method uses the same semantics as the Format(String, Object, Object) method. (Herdado de HtmlTextWriter) |
| Write(String, Object, Object, Object) |
Grava uma cadeia de caracteres formatada no fluxo de texto usando a mesma semântica do método Format(String, Object, Object, Object).Writes a formatted string to the text stream, using the same semantics as the Format(String, Object, Object, Object) method. (Herdado de TextWriter) |
| Write(String, Object[]) |
Grava uma cadeia de caracteres formatada que contém a representação de texto de uma matriz de objeto para o fluxo de saída, juntamente com qualquer espaçamento de guia pendente.Writes a formatted string that contains the text representation of an object array to the output stream, along with any pending tab spacing. Esse método usa a mesma semântica do método Format(String, Object[]).This method uses the same semantics as the Format(String, Object[]) method. (Herdado de HtmlTextWriter) |
| Write(StringBuilder) |
Grava um construtor de cadeia de caracteres no fluxo de texto.Writes a string builder to the text stream. (Herdado de TextWriter) |
| Write(UInt32) |
Grava a representação de texto de um inteiro sem sinal de 4 bytes no fluxo de texto.Writes the text representation of a 4-byte unsigned integer to the text stream. (Herdado de TextWriter) |
| Write(UInt64) |
Grava a representação de texto de um inteiro sem sinal de 8 bytes no fluxo de texto.Writes the text representation of an 8-byte unsigned integer to the text stream. (Herdado de TextWriter) |
| WriteAsync(Char) |
Grava um caractere no fluxo de texto de forma assíncrona.Writes a character to the text stream asynchronously. (Herdado de TextWriter) |
| WriteAsync(Char[]) |
Grava uma matriz de caracteres no fluxo de texto de forma assíncrona.Writes a character array to the text stream asynchronously. (Herdado de TextWriter) |
| WriteAsync(Char[], Int32, Int32) |
Grava uma submatriz de caracteres no fluxo de texto de forma assíncrona.Writes a subarray of characters to the text stream asynchronously. (Herdado de TextWriter) |
| WriteAsync(ReadOnlyMemory<Char>, CancellationToken) |
Grava a região da memória do caractere no fluxo de texto de forma assíncrona.Asynchronously writes a character memory region to the text stream. (Herdado de TextWriter) |
| WriteAsync(String) |
Grava uma cadeia de caracteres no fluxo de texto de forma assíncrona.Writes a string to the text stream asynchronously. (Herdado de TextWriter) |
| WriteAsync(StringBuilder, CancellationToken) |
Grava de forma assíncrona um construtor de cadeia de caracteres no fluxo de texto.Asynchronously writes a string builder to the text stream. (Herdado de TextWriter) |
| WriteAttribute(String, String) |
Grava o atributo de marcação e o valor especificados no fluxo de saída.Writes the specified markup attribute and value to the output stream. (Herdado de HtmlTextWriter) |
| WriteAttribute(String, String, Boolean) |
Grava o atributo de marcação e o valor especificados no fluxo de saída e, se especificado, grava o valor codificado.Writes the specified markup attribute and value to the output stream, and, if specified, writes the value encoded. (Herdado de HtmlTextWriter) |
| WriteBeginTag(String) |
Grava qualquer espaçamento de tabulação e a marca de abertura do elemento de marcação especificado no fluxo de saída.Writes any tab spacing and the opening tag of the specified markup element to the output stream. 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. (Herdado de HtmlMobileTextWriter) |
| WriteBreak() |
Grava uma quebra de linha.Writes a line break. 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. (Herdado de HtmlMobileTextWriter) |
| WriteEncodedText(String) |
Codifica o texto especificado para o dispositivo solicitante e, em seguida, grava-o no fluxo de saída.Encodes the specified text for the requesting device, and then writes it to the output stream. 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. (Herdado de HtmlMobileTextWriter) |
| WriteEncodedUrl(String) |
Grava a URL especificada, codificando-a corretamente para o dispositivo de destino.Writes the given URL, encoding it correctly for the target device. A URL pode incluir parâmetros.The URL might include parameters. (Herdado de MobileTextWriter) |
| WriteEncodedUrlParameter(String) |
Grava o texto de parâmetro de URL fornecido, codificando-o corretamente para o dispositivo de destino.Writes the given URL parameter text, encoding it correctly for the target device. (Herdado de MobileTextWriter) |
| WriteEndTag(String) |
Grava qualquer espaçamento de tabulação e a marca de fechamento do elemento de marcação especificado.Writes any tab spacing and the closing tag of the specified markup element. (Herdado de HtmlTextWriter) |
| WriteFullBeginTag(String) |
Grava qualquer espaçamento de tabulação e a marca de abertura do elemento de marcação especificado no fluxo de saída.Writes any tab spacing and the opening tag of the specified markup element to the output stream. 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. (Herdado de HtmlMobileTextWriter) |
| WriteHiddenField(String, String) |
Grava um campo oculto com o nome e o valor fornecidos.Writes a hidden field with the given name and value. 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. (Herdado de HtmlMobileTextWriter) |
| WriteLine() |
Grava uma cadeia de caracteres de terminador de linha no fluxo de saída.Writes a line terminator string to the output stream. (Herdado de HtmlTextWriter) |
| WriteLine(Boolean) |
Grava qualquer espaçamento de guia pendente e a representação de texto de um valor booliano, seguidos por uma cadeia de caracteres de terminador de linha, no fluxo de saída.Writes any pending tab spacing and the text representation of a Boolean value, followed by a line terminator string, to the output stream. (Herdado de HtmlTextWriter) |
| WriteLine(Char) |
Grava qualquer espaçamento de guia pendente e um caractere Unicode, seguidos por uma cadeia de caracteres de terminador de linha, no fluxo de saída.Writes any pending tab spacing and a Unicode character, followed by a line terminator string, to the output stream. (Herdado de HtmlTextWriter) |
| WriteLine(Char[]) |
Grava qualquer espaçamento de guia pendente e uma matriz de caracteres Unicode, seguidos por uma cadeia de caracteres de terminador de linha, no fluxo de saída.Writes any pending tab spacing and an array of Unicode characters, followed by a line terminator string, to the output stream. (Herdado de HtmlTextWriter) |
| WriteLine(Char[], Int32, Int32) |
Grava qualquer espaçamento de guia pendente e uma submatriz de caracteres Unicode, seguidos por uma cadeia de caracteres de terminador de linha, no fluxo de saída.Writes any pending tab spacing and a subarray of Unicode characters, followed by a line terminator string, to the output stream. (Herdado de HtmlTextWriter) |
| WriteLine(Decimal) |
Grava a representação de texto de um valor decimal no fluxo de texto, seguida por um terminador de linha.Writes the text representation of a decimal value to the text stream, followed by a line terminator. (Herdado de TextWriter) |
| WriteLine(Double) |
Grava qualquer espaçamento de guia pendente e a representação de texto de um número de ponto flutuante de precisão dupla, seguidos por uma cadeia de caracteres de terminador de linha, no fluxo de saída.Writes any pending tab spacing and the text representation of a double-precision floating-point number, followed by a line terminator string, to the output stream. (Herdado de HtmlTextWriter) |
| WriteLine(Int32) |
Grava qualquer espaçamento de guia pendente e a representação de texto de um inteiro com sinal de 32 bytes, seguidos por uma cadeia de caracteres de terminador de linha, no fluxo de saída.Writes any pending tab spacing and the text representation of a 32-byte signed integer, followed by a line terminator string, to the output stream. (Herdado de HtmlTextWriter) |
| WriteLine(Int64) |
Grava qualquer espaçamento de guia pendente e a representação de texto de um inteiro com sinal de 64 bytes, seguidos por uma cadeia de caracteres de terminador de linha, no fluxo de saída.Writes any pending tab spacing and the text representation of a 64-byte signed integer, followed by a line terminator string, to the output stream. (Herdado de HtmlTextWriter) |
| WriteLine(Object) |
Grava qualquer espaçamento de guia pendente e a representação de texto de um objeto, seguidos por uma cadeia de caracteres de terminador de linha, no fluxo de saída.Writes any pending tab spacing and the text representation of an object, followed by a line terminator string, to the output stream. (Herdado de HtmlTextWriter) |
| WriteLine(ReadOnlySpan<Char>) |
Grava a representação de texto de um intervalo de caracteres no fluxo de texto, seguido por um terminador de linha.Writes the text representation of a character span to the text stream, followed by a line terminator. (Herdado de TextWriter) |
| WriteLine(Single) |
Grava qualquer espaçamento de guia pendente e a representação de texto de um número de ponto flutuante de precisão simples, seguidos por uma cadeia de caracteres de terminador de linha, no fluxo de saída.Writes any pending tab spacing and the text representation of a single-precision floating-point number, followed by a line terminator string, to the output stream. (Herdado de HtmlTextWriter) |
| WriteLine(String) |
Grava uma cadeia de caracteres de terminador de linha no fluxo de saída.Writes a line terminator string to the output stream. 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. (Herdado de HtmlMobileTextWriter) |
| WriteLine(String, Object) |
Grava qualquer espaçamento de guia pendente e uma cadeia de caracteres formatada contendo a representação de texto de um objeto, seguidos por uma cadeia de caracteres de terminador de linha, no fluxo de saída.Writes any pending tab spacing and a formatted string containing the text representation of an object, followed by a line terminator string, to the output stream. (Herdado de HtmlTextWriter) |
| WriteLine(String, Object, Object) |
Grava qualquer espaçamento de guia pendente e uma cadeia de caracteres formatada contendo a representação de texto de dois objetos, seguidos por uma cadeia de caracteres de terminador de linha, no fluxo de saída.Writes any pending tab spacing and a formatted string that contains the text representation of two objects, followed by a line terminator string, to the output stream. (Herdado de HtmlTextWriter) |
| WriteLine(String, Object, Object, Object) |
Grava uma cadeia de caracteres formatada e uma nova linha no fluxo de texto, usando a mesma semântica que Format(String, Object).Writes out a formatted string and a new line to the text stream, using the same semantics as Format(String, Object). (Herdado de TextWriter) |
| WriteLine(String, Object[]) |
Grava qualquer espaçamento de guia pendente e uma cadeia de caracteres formatada contendo a representação de texto de uma matriz de objetos, seguidos por uma cadeia de caracteres de terminador de linha, no fluxo de saída.Writes any pending tab spacing and a formatted string that contains the text representation of an object array, followed by a line terminator string, to the output stream. (Herdado de HtmlTextWriter) |
| WriteLine(StringBuilder) |
Grava a representação de texto de um construtor de cadeia de caracteres no fluxo de texto, seguida por um terminador de linha.Writes the text representation of a string builder to the text stream, followed by a line terminator. (Herdado de TextWriter) |
| WriteLine(UInt32) |
Grava qualquer espaçamento de guia pendente e a representação de texto de um inteiro sem sinal de 4 bytes, seguidos por uma cadeia de caracteres de terminador de linha, no fluxo de saída.Writes any pending tab spacing and the text representation of a 4-byte unsigned integer, followed by a line terminator string, to the output stream. (Herdado de HtmlTextWriter) |
| WriteLine(UInt64) |
Grava a representação de texto de um inteiro sem sinal de 8 bytes no fluxo de texto, seguido por um terminador de linha.Writes the text representation of an 8-byte unsigned integer to the text stream, followed by a line terminator. (Herdado de TextWriter) |
| WriteLineAsync() |
Grava de forma assíncrona um terminador de linha no fluxo de texto.Asynchronously writes a line terminator to the text stream. (Herdado de TextWriter) |
| WriteLineAsync(Char) |
Grava de forma assíncrona um caractere no fluxo de texto, seguido por um terminador de linha.Asynchronously writes a character to the text stream, followed by a line terminator. (Herdado de TextWriter) |
| WriteLineAsync(Char[]) |
Grava de forma assíncrona uma matriz de caracteres no fluxo de texto, seguida por um terminador de linha no fluxo.Asynchronously writes an array of characters to the text stream, followed by a line terminator. (Herdado de TextWriter) |
| WriteLineAsync(Char[], Int32, Int32) |
Grava de forma assíncrona uma submatriz de caracteres no fluxo de texto, seguida por um terminador de linha no fluxo.Asynchronously writes a subarray of characters to the text stream, followed by a line terminator. (Herdado de TextWriter) |
| WriteLineAsync(ReadOnlyMemory<Char>, CancellationToken) |
Grava de forma assíncrona a representação de texto de uma região da memória do caractere no fluxo de texto, seguida por um terminador de linha.Asynchronously writes the text representation of a character memory region to the text stream, followed by a line terminator. (Herdado de TextWriter) |
| WriteLineAsync(String) |
Grava de forma assíncrona uma cadeia de caracteres no fluxo de texto, seguida por um terminador de linha.Asynchronously writes a string to the text stream, followed by a line terminator. (Herdado de TextWriter) |
| WriteLineAsync(StringBuilder, CancellationToken) |
Grava de forma assíncrona a representação de texto de um construtor de cadeia de caracteres no fluxo de texto, seguida por um terminador de linha.Asynchronously writes the text representation of a string builder to the text stream, followed by a line terminator. (Herdado de TextWriter) |
| WriteLineNoTabs(String) |
Grava uma cadeia de caracteres seguida por uma cadeia de caracteres de terminador de linha, no fluxo de saída.Writes a string, followed by a line terminator string, to the output stream. Este método ignora qualquer espaçamento de tabulação especificado.This method ignores any specified tab spacing. (Herdado de HtmlTextWriter) |
| WriteStyleAttribute(String, String) |
Grava o atributo de estilo especificado no fluxo de saída.Writes the specified style attribute to the output stream. (Herdado de HtmlTextWriter) |
| WriteStyleAttribute(String, String, Boolean) |
Grava o atributo de estilo e o valor especificados no fluxo de saída e, se especificado, codifica o valor.Writes the specified style attribute and value to the output stream, and encodes the value, if specified. (Herdado de HtmlTextWriter) |
| WriteText(String, Boolean) |
Grava o texto especificado, opcionalmente com codificação.Writes the given text, optionally with encoding. 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. (Herdado de HtmlMobileTextWriter) |
| WriteUrlEncodedString(String, Boolean) |
Grava a cadeia de caracteres fornecida, codificando-a de acordo com os requisitos de URL.Writes the given string, encoding it according to URL requirements. (Herdado de MobileTextWriter) |
| WriteUrlParameter(String, String) |
Grava um parâmetro de URL codificado.Writes an encoded URL parameter. 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. (Herdado de HtmlMobileTextWriter) |
Implantações explícitas de interface
| IDisposable.Dispose() |
Para obter uma descrição desse membro, confira Dispose().For a description of this member, see Dispose(). (Herdado de TextWriter) |