 | AspNetRequestValueLayoutRendererCookie Property |
Gets or sets the cookie to be rendered.
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
Syntaxpublic string Cookie { get; set; }
Public Property Cookie As String
Get
Set
Dim instance As AspNetRequestValueLayoutRenderer
Dim value As String
value = instance.Cookie
instance.Cookie = value
member Cookie : string with get, set
Property Value
Type:
String
See Also