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

    Parameters

    value
    The text value.
    See Also