Back to Devexpress

RichEditBuilder.WriteTo(TextWriter, HtmlEncoder) Method

aspnetcore-devexpress-dot-aspnetcore-dot-richedit-dot-richeditbuilder-dot-writeto-x28-system-dot-io-dot-textwriter-system-dot-text-dot-encodings-dot-web-dot-htmlencoder-x29.md

latest1.3 KB
Original Source

RichEditBuilder.WriteTo(TextWriter, HtmlEncoder) Method

Writes this Rich Text Editor to the writer.

Namespace : DevExpress.AspNetCore.RichEdit

Assembly : DevExpress.AspNetCore.RichEdit.v25.2.dll

NuGet Package : DevExpress.AspNetCore.RichEdit

Declaration

csharp
public void WriteTo(
    TextWriter writer,
    HtmlEncoder encoder
)

Parameters

NameTypeDescription
writerTextWriter

The writer to write this Rich Text Editor.

| | encoder | HtmlEncoder |

An HTML character encoder.

|

Implements

WriteTo(TextWriter, HtmlEncoder)

See Also

RichEditBuilder Class

RichEditBuilder Members

DevExpress.AspNetCore.RichEdit Namespace