HtmlLink.Render(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.
Restitue le HtmlLink contrôle à l’objet spécifié HtmlTextWriter .
protected public:
override void Render(System::Web::UI::HtmlTextWriter ^ writer);
protected internal override void Render(System.Web.UI.HtmlTextWriter writer);
override this.Render : System.Web.UI.HtmlTextWriter -> unit
Protected Friend Overrides Sub Render (writer As HtmlTextWriter)
Paramètres
- writer
- HtmlTextWriter
HtmlTextWriter Qui reçoit le contenu rendu.
Remarques
La méthode Render affiche un crochet fermant SelfClosingTagEnd (/>) si l’application ASP.NET est configurée pour afficher le balisage compatible XHTML. Par défaut, ASP.NET pages et contrôles affichent le balisage compatible avec la norme XHTML 1.1. Pour plus d’informations sur la configuration d’un site web ASP.NET pour le rendu non XHTML, consultez How to : Configure XHTML Rendering in ASP.NET Web Sites.