| AspNetRequestFormLayoutRendererInclude Property |
Note: This API is now obsolete.
Gets or sets the form keys to include in the output. If omitted, all are included.
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 [ObsoleteAttribute("Instead use Items-property. Marked obsolete with NLog.Web 5.3")]
public ISet<string> Include { get; set; }
<ObsoleteAttribute("Instead use Items-property. Marked obsolete with NLog.Web 5.3")>
Public Property Include As ISet(Of String)
Get
Set
Dim instance As AspNetRequestFormLayoutRenderer
Dim value As ISet(Of String)
value = instance.Include
instance.Include = value
[<ObsoleteAttribute("Instead use Items-property. Marked obsolete with NLog.Web 5.3")>]
member Include : ISet<string> with get, set
Property Value
Type:
ISetStringSee Also