MobilePage.CreateHtmlTextWriter(TextWriter) 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 HtmlTextWriter pour restituer le contenu de la page. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec ASP.NET.
protected:
override System::Web::UI::HtmlTextWriter ^ CreateHtmlTextWriter(System::IO::TextWriter ^ writer);
protected override System.Web.UI.HtmlTextWriter CreateHtmlTextWriter (System.IO.TextWriter writer);
override this.CreateHtmlTextWriter : System.IO.TextWriter -> System.Web.UI.HtmlTextWriter
Protected Overrides Function CreateHtmlTextWriter (writer As TextWriter) As HtmlTextWriter
Paramètres
- writer
- TextWriter
TextWriter utilisé pour créer le HtmlTextWriter.
Retours
HtmlTextWriter ou writer de texte dérivé de HtmlTextWriter, par exemple
HtmlMobileTextWriter, WmlMobileTextWriter, ChtmlMobileTextWriter ou XhtmlMobileTextWriter.
Remarques
Le type d’enregistreur créé est déterminé par l’adaptateur associé à l’appareil mobile actuel. Pour plus d’informations sur la façon de mapper des adaptateurs à des appareils, consultez Mappages d’adaptateurs.