Click or drag to resize

AspNetSessionValueLayoutRenderer Properties

The AspNetSessionValueLayoutRenderer type exposes the following members.

Properties
  NameDescription
Public propertyCulture
Gets or sets the culture used for rendering.
Public propertyEvaluateAsNestedProperties Obsolete.
Gets or sets whether variables with a dot are evaluated as properties or not
Public propertyFormat
Format string for conversion from object to string.
Public propertyHttpContextAccessor
Provides access to the current request HttpContext.
(Inherited from AspNetLayoutRendererBase.)
Public propertyItem
Gets or sets the session item name.
Protected propertyLoggingConfiguration
Gets the logging configuration this target is part of.
(Inherited from LayoutRenderer.)
Public propertyObjectPath
Gets or sets the object-property-navigation-path for lookup of nested property
Protected propertyValueFormatter
Value formatter
(Inherited from LayoutRenderer.)
Public propertyValueType
The type of the value.
Public propertyVariable Obsolete.
Gets or sets the session item name.
Top
See Also