Click or drag to resize

AspNetRequestFormLayoutRendererExclude Property

Gets or sets the form keys to exclude from the output. If omitted, none are excluded. Exclude takes precedence over Include.

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

Property Value

Type: ISetString
See Also