AspNetRequestUrlRenderer Properties |
The AspNetRequestUrlRenderer type exposes the following members.
Name | Description | |
---|---|---|
HttpContextAccessor |
Provides access to the current request HttpContext.
(Inherited from AspNetLayoutRendererBase.) | |
IncludeHost | Obsolete.
To specify whether to exclude / include the host. Default is true.
| |
IncludePath | Obsolete.
To specify whether to exclude / include the url-path. Default is true.
| |
IncludePort | Obsolete.
To specify whether to include / exclude the Port. Default is false.
| |
IncludeQueryString | Obsolete.
To specify whether to include / exclude the Query string. Default is false.
| |
IncludeScheme | Obsolete.
To specify whether to exclude / include the scheme. Ex. 'http' or 'https'. Default is true.
| |
LoggingConfiguration |
Gets the logging configuration this target is part of.
(Inherited from LayoutRenderer.) | |
Properties |
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.
| |
UseRawTarget |
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
| |
ValueFormatter |
Value formatter
(Inherited from LayoutRenderer.) |