| AspNetRequestHeadersLayoutRendererExclude Property |
Gets or sets the keys to exclude from the output. If omitted, none are excluded.
Namespace:
NLog.Web.LayoutRenderers
Assemblies:
NLog.Web.AspNetCore (in NLog.Web.AspNetCore.dll) Version: 5.3.13+628b0876960af3ee3454c99b7985dbb5e1c46bf0
NLog.Web (in NLog.Web.dll) Version: 5.3.13+628b0876960af3ee3454c99b7985dbb5e1c46bf0
Syntax public ISet<string> Exclude { get; set; }
Public Property Exclude As ISet(Of String)
Get
Set
Dim instance As AspNetRequestHeadersLayoutRenderer
Dim value As ISet(Of String)
value = instance.Exclude
instance.Exclude = value
member Exclude : ISet<string> with get, set
Property Value
Type:
ISetStringSee Also