Version

RendererBase Class Methods

For a list of all members of this type, see RendererBase members.

Protected Methods
 NameDescription
Protected MethodAddAttributesToRenderAdds all of the standard attributes to the writer.  
Protected MethodAddStandardAttributesToRenderOverloaded. Adds attributes from the Attributes collection of the control to the writer.  
Protected MethodAddStandardPropertiesToRenderAdds standard properties of a WebControl to the writer.  
Protected MethodAddStyleAttributeToRenderAdds style attribute to the writer.  
Protected MethodAddXAttributeOverloaded. Writes multiple attribute string to the HtmlTextWriter  
Protected MethodAddXAttributeToClassNameWrite class to writer with extra attribute. That method can be used only for the html element of main control which has normal id.  
Protected MethodNewLineWrites a newline character combination to the output stream when DEBUG is defined. Performs a no-op otherwise.  
Protected MethodRenderClientStateFieldRenders a hidden data field where clientState can be stored for the page submit and sent back to the server  
See Also