Click or drag to resize

AspNetRequestUrlRenderer Properties

The AspNetRequestUrlRenderer type exposes the following members.

Properties
  NameDescription
Public propertyHttpContextAccessor
Provides access to the current request HttpContext.
(Inherited from AspNetLayoutRendererBase.)
Public propertyIncludeHost Obsolete.
To specify whether to exclude / include the host. Default is true.
Public propertyIncludePath Obsolete.
To specify whether to exclude / include the url-path. Default is true.
Public propertyIncludePort Obsolete.
To specify whether to include / exclude the Port. Default is false.
Public propertyIncludeQueryString Obsolete.
To specify whether to include / exclude the Query string. Default is false.
Public propertyIncludeScheme Obsolete.
To specify whether to exclude / include the scheme. Ex. 'http' or 'https'. Default is true.
Protected propertyLoggingConfiguration
Gets the logging configuration this target is part of.
(Inherited from LayoutRenderer.)
Public propertyProperties
A flags enumeration that controls which of the five portions of the URL are logged. Defaults to scheme://host/path, port and query string are by default not logged.
Public propertyUseRawTarget
To specify whether to use raw path and full query. Default is false. See https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.features.ihttprequestfeature.rawtarget
Protected propertyValueFormatter
Value formatter
(Inherited from LayoutRenderer.)
Top
See Also