 | AspNetRequestUrlLayoutRendererUseRawTarget 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: 6.0.0+59339f2811712b446adf6dcd8a6bad39ad9f2ba1
Syntaxpublic bool UseRawTarget { get; set; }Public Property UseRawTarget As Boolean
Get
Set
Dim instance As AspNetRequestUrlLayoutRenderer
Dim value As Boolean
value = instance.UseRawTarget
instance.UseRawTarget = value
member UseRawTarget : bool with get, set
Property Value
Type:
Boolean
See Also