ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonSetting Class
Properties


In This Topic
    JsonSetting Class Members
    In This Topic

    The following tables list the members exposed by JsonSetting.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the JsonSetting class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the converter collection. (Inherited from C1.Web.Mvc.Serialization.BaseSetting)
    Public PropertyGets or sets a value indicates whether to serialize to javascript format.  
    Public PropertyGets or sets a boolean value indicates whether the property name should be serialzied with camel case.  
    Public PropertyGets or sets the resolver.  
    Public PropertyGets the resolver collection. (Inherited from C1.Web.Mvc.Serialization.BaseSetting)
    Public PropertyGets or sets a value indicates how to serialize or deserialize the default value. If True, the default value will not be serialized or deserialized. Otherwise, it will be serialized or deserialized.  
    Public PropertyGets or sets a value indicates how reference loop is handled.  
    Top
    See Also