Adds HTML attributes and styles that need to be rendered to the specified System.Web.UI.HtmlTextWriter and Web server control.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
public virtual void AddAttributesToRender(
	HtmlTextWriter writer,
	WebControl owner
)
Visual Basic (Declaration)
Public Overridable Sub AddAttributesToRender ( _
	writer As HtmlTextWriter, _
	owner As WebControl _
)

Parameters

writer
Type: System.Web.UI..::.HtmlTextWriter
A System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.
owner
Type: System.Web.UI.WebControls..::.WebControl
A WebControl or WebControl derived object that represents the Web server control associated with the Style.

See Also