C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonWriter Class / WriteRawName Method
The specified name.

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

Parameters

name
The specified name.
See Also