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.5.0+9fe9421708749962bac8393d7cec5df976518ccb
Syntax
public bool UseRawTarget { get; set; }

Property Value

Type: Boolean
See Also