ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Gs1_128 Class / WriteTo Method
The writer.
The Html encoder.

In This Topic
    WriteTo Method (Gs1_128)
    In This Topic
    Writer the process result of current instance to the writer.
    Syntax
    'Declaration
     
    Public Overridable Sub WriteTo( _
       ByVal writer As TextWriter, _
       ByVal encoder As HtmlEncoder _
    ) 
    public virtual void WriteTo( 
       TextWriter writer,
       HtmlEncoder encoder
    )

    Parameters

    writer
    The writer.
    encoder
    The Html encoder.
    See Also