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