Click or drag to resize

AspNetRequestValueLayoutRenderer Properties

The AspNetRequestValueLayoutRenderer type exposes the following members.

Properties
  NameDescription
Public propertyCookie
Gets or sets the cookie to be rendered.
Public propertyForm
Gets or sets the form variable to be rendered.
Public propertyHeader
Gets or sets the Headers item to be rendered.
Public propertyHttpContextAccessor
Provides access to the current request HttpContext.
(Inherited from AspNetLayoutRendererBase.)
Public propertyItem
Gets or sets the HttpContext Item to be rendered.
Protected propertyLoggingConfiguration
Gets the logging configuration this target is part of.
(Inherited from LayoutRenderer.)
Public propertyQueryString
Gets or sets the QueryString variable to be rendered.
Public propertyServerVariable
Gets or sets the ServerVariables item to be rendered.
Protected propertyValueFormatter
Value formatter
(Inherited from LayoutRenderer.)
Top
See Also