C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonWriter Class / WriteText Method
The text value.

In This Topic
WriteText Method (JsonWriter)
In This Topic
Writes a text value.
Syntax
'Declaration
 
Public Sub WriteText( _
   ByVal value As String _
) 
 

Parameters

value
The text value.
See Also