ControlAdapter.RenderChildren(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.
Génère le rendu des enfants du contrôle. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.
protected:
void RenderChildren(System::Web::UI::HtmlTextWriter ^ writer);
protected void RenderChildren(System.Web.UI.HtmlTextWriter writer);
member this.RenderChildren : System.Web.UI.HtmlTextWriter -> unit
Protected Sub RenderChildren (writer As HtmlTextWriter)
Paramètres
- writer
- HtmlTextWriter
Writer de texte spécifié.