Click or drag to resize

W3CExtendedLogFieldName Property

Gets or sets the name of the field.

Namespace:  NLog.Web.Layouts
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
Syntax
public string Name { get; set; }

Property Value

Type: String
Remarks
Standard field prefixes:
* s- = server details
* c- = client details
* cs- = client to server request details
* sc- = server to client response details
See Also