Click or drag to resize

AspNetLayoutMultiValueRendererBase Properties

The AspNetLayoutMultiValueRendererBase type exposes the following members.

Properties
  NameDescription
Public propertyHttpContextAccessor
Provides access to the current request HttpContext.
(Inherited from AspNetLayoutRendererBase.)
Public propertyItemSeparator
Separator between key/value pair, and the next pair. Only used for Flat
Protected propertyLoggingConfiguration
Gets the logging configuration this target is part of.
(Inherited from LayoutRenderer.)
Public propertyLowerCaseKeys
Convert the key to lowercase if true, otherwise render the raw value of key. Default is false.
Public propertyOutputFormat
Determines how the output is rendered. Possible Value: FLAT, JSON. Default is FLAT.
Public propertySingleAsArray Obsolete.
Get or set whether single key/value-pair be rendered as Json-Array.
Protected propertyValueFormatter
Value formatter
(Inherited from LayoutRenderer.)
Public propertyValueSeparator
Separator between value and key. Only used for Flat
Public propertyValuesOnly
Only render values if true, otherwise render key/value pairs.
Top
See Also