 | AspNetRequestDurationLayoutRendererCulture Property |
Gets or sets the culture used for rendering.
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 CultureInfo Culture { get; set; }
Public Property Culture As CultureInfo
Get
Set
Dim instance As AspNetRequestDurationLayoutRenderer
Dim value As CultureInfo
value = instance.Culture
instance.Culture = value
member Culture : CultureInfo with get, set
Property Value
Type:
CultureInfo
See Also