Click or drag to resize

NLogRequestPostedBodyModuleMaxContentLength Property

The maximum request posted body size that will be captured. Defaults to 30KB.

Namespace:  NLog.Web
Assembly:  NLog.Web (in NLog.Web.dll) Version: 6.0.0+59339f2811712b446adf6dcd8a6bad39ad9f2ba1
Syntax
public int MaxContentLength { get; set; }

Property Value

Type: Int32
See Also