Table of Contents

Class FormatSettings

Namespace
Fluxzy.Formatters
Assembly
Fluxzy.Core.dll
public class FormatSettings
Inheritance
FormatSettings
Inherited Members

Properties

Default

public static FormatSettings Default { get; }

Property Value

FormatSettings

MaxFormattableJsonLength

public int MaxFormattableJsonLength { get; set; }

Property Value

int

MaxFormattableXmlLength

public int MaxFormattableXmlLength { get; set; }

Property Value

int

MaxHeaderLength

public int MaxHeaderLength { get; set; }

Property Value

int

MaxMultipartContentStringLength

public int MaxMultipartContentStringLength { get; set; }

Property Value

int

MaximumRenderableBodyLength

public int MaximumRenderableBodyLength { get; set; }

Property Value

int