HtmlWriter.WriteMarkupText method (String)
The WriteMarkupText method writes a string containing HTML markup 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 ( _
value As String _
)
'Usage
Dim instance As HtmlWriter
Dim value As String
instance.WriteMarkupText(value)
public void WriteMarkupText(
string value
)
Parameters
value
Type: System.StringThe HTML markup to write.