WmlMobileTextWriter.CloseParagraph Método
Definição
Fecha um parágrafo aberto.Closes an open paragraph. 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.
protected:
virtual void CloseParagraph();
protected virtual void CloseParagraph ();
abstract member CloseParagraph : unit -> unit
override this.CloseParagraph : unit -> unit
Protected Overridable Sub CloseParagraph ()
Comentários
Chamado internamente pelo gravador e pode ser substituído por uma classe herdeira.Called internally by the writer, and can be overridden by an inheriting class.