 | 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: 5.5.0+9fe9421708749962bac8393d7cec5df976518ccb
Syntaxpublic int MaxContentLength { get; set; }
Public Property MaxContentLength As Integer
Get
Set
Dim instance As NLogRequestPostedBodyModule
Dim value As Integer
value = instance.MaxContentLength
instance.MaxContentLength = value
member MaxContentLength : int with get, set
Property Value
Type:
Int32
See Also