ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / JapanesePostal Class / Render Method
The specified writer used to render.

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

    Parameters

    writer
    The specified writer used to render.
    See Also