ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonAttribute Class / JsonAttribute Constructor / JsonAttribute Constructor(String)
The specified name the property would be serialized.

In This Topic
    JsonAttribute Constructor(String)
    In This Topic
    Initializes a new instance of the JsonAttribute class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal propertyName As String _
    )
    public JsonAttribute( 
       string propertyName
    )

    Parameters

    propertyName
    The specified name the property would be serialized.
    See Also