HtmlControl.RenderAttributes(HtmlTextWriter) Metoda

Definice

Vykreslí HtmlControl atributy ovládacího prvku do zadaného HtmlTextWriter objektu.

protected:
 virtual void RenderAttributes(System::Web::UI::HtmlTextWriter ^ writer);
protected virtual void RenderAttributes (System.Web.UI.HtmlTextWriter writer);
abstract member RenderAttributes : System.Web.UI.HtmlTextWriter -> unit
override this.RenderAttributes : System.Web.UI.HtmlTextWriter -> unit
Protected Overridable Sub RenderAttributes (writer As HtmlTextWriter)

Parametry

writer
HtmlTextWriter

Tím HtmlTextWriter se zobrazí vykreslený obsah.

Poznámky

Metoda RenderAttributes zapíše Control.ID atribut HtmlControl ovládacího prvku.

Metoda RenderAttributes se používá primárně ovládacími prvky, které vývojáři rozšiřují funkce HtmlControl ovládacího prvku.

Platí pro

Viz také