ASP.NET Core MVC Controls | ComponentOne
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 _
    ) 
    public void WriteText( 
       string value
    )

    Parameters

    value
    The text value.
    See Also