Class AbpJsonOptions
Inherited Members
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 |
---|---|
List<string> |
OutputDateTimeFormat
Declaration
public string? OutputDateTimeFormat { get; set; }
Property Value
Type | Description |
---|---|
string |