ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonAttribute Class / SkipIfDefault Property

In This Topic
    SkipIfDefault Property
    In This Topic
    Gets a value indicates whether to serialize or deserialize the default value.
    Syntax
    'Declaration
     
    Public ReadOnly Property SkipIfDefault As Nullable(Of Boolean)
    public Nullable<bool> SkipIfDefault {get;}
    See Also