Click or drag to resize

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.5.0+9fe9421708749962bac8393d7cec5df976518ccb
  NLog.Web (in NLog.Web.dll) Version: 5.5.0+9fe9421708749962bac8393d7cec5df976518ccb
Syntax
public AspNetRequestUrlProperty Properties { get; set; }

Property Value

Type: AspNetRequestUrlProperty
See Also