Adds HTML attributes and styles that need to be rendered to the specified System.Web.UI.HtmlTextWriter.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
C# |
---|
public void AddAttributesToRender( HtmlTextWriter writer ) |
Visual Basic (Declaration) |
---|
Public Sub AddAttributesToRender ( _ writer As HtmlTextWriter _ ) |
Parameters
- writer
- Type: System.Web.UI..::.HtmlTextWriter
A System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.