Click or drag to resize

AspNetRequestUrlRendererIncludePort Property

Note: This API is now obsolete.

To specify whether to include / exclude the Port. Default is false.

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
[ObsoleteAttribute("Please use the Properties flags enumeration instead. Marked obsolete on NLog.Web 5.1")]
public bool IncludePort { get; set; }

Property Value

Type: Boolean
See Also