Click or drag to resize

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; }

Property Value

Type: Boolean
See Also