 | AspNetResponseCookieLayoutRendererObjectSeparator Property |
Separator between objects, like cookies. Only used for
Flat
Namespace:
NLog.Web.LayoutRenderers
Assemblies:
NLog.Web.AspNetCore (in NLog.Web.AspNetCore.dll) Version: 6.0.0+59339f2811712b446adf6dcd8a6bad39ad9f2ba1
NLog.Web (in NLog.Web.dll) Version: 6.0.0+59339f2811712b446adf6dcd8a6bad39ad9f2ba1
Syntaxpublic string ObjectSeparator { get; set; }
Public Property ObjectSeparator As String
Get
Set
Dim instance As AspNetResponseCookieLayoutRenderer
Dim value As String
value = instance.ObjectSeparator
instance.ObjectSeparator = value
member ObjectSeparator : string with get, set
Property Value
Type:
String
RemarksRender with GetRenderedObjectSeparator(LogEventInfo)
See Also