HtmlWriter.WriteMarkupText method (Char[], Int32, Int32)

The WriteMarkupText method reads HTML from a buffer and writes it directly to the output, without escaping special characters.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub WriteMarkupText ( _
    buffer As Char(), _
    index As Integer, _
    count As Integer _
)
'Usage
Dim instance As HtmlWriter
Dim buffer As Char()
Dim index As Integer
Dim count As Integer

instance.WriteMarkupText(buffer, index, _
    count)
public void WriteMarkupText(
    char[] buffer,
    int index,
    int count
)

Parameters

  • buffer
    Type: []

    The character array to write data from.

  • count
    Type: System.Int32

    The number of characters to write.

See also

Reference

HtmlWriter class

HtmlWriter members

WriteMarkupText overload

Microsoft.Exchange.Data.TextConverters namespace