StaticHtmlRenderer.WriteComponentHtml(Int32, TextWriter) Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Renders the specified component as HTML to the output.
protected internal virtual void WriteComponentHtml(int componentId, System.IO.TextWriter output);
	abstract member WriteComponentHtml : int * System.IO.TextWriter -> unit
override this.WriteComponentHtml : int * System.IO.TextWriter -> unit
	Protected Friend Overridable Sub WriteComponentHtml (componentId As Integer, output As TextWriter)
	Parameters
- componentId
 - Int32
 
The ID of the component whose current HTML state is to be rendered.
- output
 - TextWriter
 
The output destination.