C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Serialization Namespace / BaseWriter Class / WriteText Method
The text value.

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

Parameters

value
The text value.
See Also