Click or drag to resize

AspNetResponseCookieLayoutRenderer Properties

The AspNetResponseCookieLayoutRenderer type exposes the following members.

Properties
  NameDescription
Public propertyCookieNames Obsolete.
Cookie names to be rendered. If null or empty array, all cookies will be rendered.
Public propertyExclude
Gets or sets the keys to exclude from the output. If omitted, none are excluded.
Public propertyHttpContextAccessor
Provides access to the current request HttpContext.
(Inherited from AspNetLayoutRendererBase.)
Public propertyItems
Cookie names to be rendered. If null or empty array, all cookies will be rendered.
Public propertyItemSeparator
Separator between key/value pair, and the next pair. Only used for Flat
(Inherited from AspNetLayoutMultiValueRendererBase.)
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.
(Inherited from AspNetLayoutMultiValueRendererBase.)
Public propertyObjectSeparator
Separator between objects, like cookies. Only used for Flat
Public propertyOutputFormat
Determines how the output is rendered. Possible Value: FLAT, JSON. Default is FLAT.
(Inherited from AspNetLayoutMultiValueRendererBase.)
Public propertySingleAsArray Obsolete.
Get or set whether single key/value-pair be rendered as Json-Array.
(Inherited from AspNetLayoutMultiValueRendererBase.)
Protected propertyValueFormatter
Value formatter
(Inherited from LayoutRenderer.)
Public propertyValueSeparator
Separator between value and key. Only used for Flat
(Inherited from AspNetLayoutMultiValueRendererBase.)
Public propertyValuesOnly
Only render values if true, otherwise render key/value pairs.
(Inherited from AspNetLayoutMultiValueRendererBase.)
Public propertyVerbose
Render all of the cookie properties, such as Daom and Path, not merely Name and Value
Top
See Also