Page.CreateHtmlTextWriterFromType(TextWriter, Type) 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.
Crée un objet spécifié HtmlTextWriter pour restituer le contenu de la page.
public:
static System::Web::UI::HtmlTextWriter ^ CreateHtmlTextWriterFromType(System::IO::TextWriter ^ tw, Type ^ writerType);
public static System.Web.UI.HtmlTextWriter CreateHtmlTextWriterFromType (System.IO.TextWriter tw, Type writerType);
static member CreateHtmlTextWriterFromType : System.IO.TextWriter * Type -> System.Web.UI.HtmlTextWriter
Public Shared Function CreateHtmlTextWriterFromType (tw As TextWriter, writerType As Type) As HtmlTextWriter
Paramètres
- tw
- TextWriter
TextWriter utilisé pour créer le HtmlTextWriter.
- writerType
- Type
Type de TextWriter à créer.
Retours
HtmlTextWriter qui restitue le contenu de la page.
Exceptions
Le type du paramètre writerType
n'est pas valide.
Remarques
Cette méthode est utilisée en interne dans les adaptateurs de page.