Class AbpJsonOptions
Inheritance
object
AbpJsonOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Json
Assembly: Volo.Abp.Json.Abstractions.dll
Syntax
public class AbpJsonOptions
Constructors
AbpJsonOptions()
Declaration
public AbpJsonOptions()
Properties
InputDateTimeFormats
Declaration
public List<string> InputDateTimeFormats { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<T><string> |
OutputDateTimeFormat
Declaration
public string? OutputDateTimeFormat { get; set; }
Property Value
Type | Description |
---|---|
string |