C1.Web.Mvc Namespace / Code93 Class / RenderMarkup Method
the specified writer used to write the markup.

In This Topic
RenderMarkup Method (Code93)
In This Topic
Renders the control markup.
Syntax
'Declaration
 
Protected Overridable Sub RenderMarkup( _
   ByVal writer As HtmlTextWriter _
) 
 

Parameters

writer
the specified writer used to write the markup.
See Also