[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ComponentBuilder-2.WriteTo

WriteTo Method

WriteTo(TextWriter, HtmlEncoder)

Writer the process result of current instance to the writer.

Declaration
public virtual void WriteTo(TextWriter writer, HtmlEncoder encoder)
Parameters
Type Name Description
TextWriter writer

The writer.

HtmlEncoder encoder

The Html encoder.

Implements