HtmlControl.RenderAttributes(HtmlTextWriter) Método

Definición

Representa los HtmlControl atributos del control en el objeto especificado HtmlTextWriter .

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)

Parámetros

writer
HtmlTextWriter

HtmlTextWriter que recibe el contenido representado.

Comentarios

El RenderAttributes método escribe el Control.ID atributo del HtmlControl control .

El RenderAttributes método se usa principalmente por los desarrolladores de controles que amplían la funcionalidad del HtmlControl control.

Se aplica a

Consulte también