TextView.OnRender(HtmlTextWriter) 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.
Déclenche l’événement Render(HtmlTextWriter). Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez
protected:
override void OnRender(System::Web::UI::HtmlTextWriter ^ writer);
protected override void OnRender(System.Web.UI.HtmlTextWriter writer);
override this.OnRender : System.Web.UI.HtmlTextWriter -> unit
Protected Overrides Sub OnRender (writer As HtmlTextWriter)
Paramètres
- writer
- HtmlTextWriter
Qui HtmlTextWriter affiche le contenu.