ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonWriter Class / WriteName Method
The specified name.

In This Topic
    WriteName Method
    In This Topic
    Serialize a name for a property.
    Syntax
    'Declaration
     
    Public Sub WriteName( _
       ByVal name As String _
    ) 
    public void WriteName( 
       string name
    )

    Parameters

    name
    The specified name.
    See Also