C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonWriter Class / WriteRawValue Method
The specified text.

In This Topic
WriteRawValue Method
In This Topic
Serialize a text.
Syntax
'Declaration
 
Public Sub WriteRawValue( _
   ByVal value As String _
) 
 

Parameters

value
The specified text.
See Also