| AspNetRequestUrlRendererProperties Property |
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.
Namespace:
NLog.Web.LayoutRenderers
Assemblies:
NLog.Web.AspNetCore (in NLog.Web.AspNetCore.dll) Version: 5.3.13+628b0876960af3ee3454c99b7985dbb5e1c46bf0
NLog.Web (in NLog.Web.dll) Version: 5.3.13+628b0876960af3ee3454c99b7985dbb5e1c46bf0
Syntax public AspNetRequestUrlProperty Properties { get; set; }
Public Property Properties As AspNetRequestUrlProperty
Get
Set
Dim instance As AspNetRequestUrlRenderer
Dim value As AspNetRequestUrlProperty
value = instance.Properties
instance.Properties = value
member Properties : AspNetRequestUrlProperty with get, set
Property Value
Type:
AspNetRequestUrlPropertySee Also