C1.Web.Mvc Namespace / InputBase Class / Render Method
The specified writer used to render.

In This Topic
Render Method (InputBase)
In This Topic
Render the component result to the writer.
Syntax
'Declaration
 
Public Overridable Sub Render( _
   ByVal writer As HtmlTextWriter _
) 
 

Parameters

writer
The specified writer used to render.
See Also