Click or drag to resize

NLogRequestPostedBodyModule Class

HttpModule that enables ${aspnet-request-posted-body}
Inheritance Hierarchy
SystemObject
  NLog.WebNLogRequestPostedBodyModule

Namespace:  NLog.Web
Assembly:  NLog.Web (in NLog.Web.dll) Version: 5.3.13+628b0876960af3ee3454c99b7985dbb5e1c46bf0
Syntax
public class NLogRequestPostedBodyModule : IHttpModule

The NLogRequestPostedBodyModule type exposes the following members.

Constructors
  NameDescription
Public methodNLogRequestPostedBodyModule
Initializes new instance of the NLogRequestPostedBodyModule class
Top
Properties
  NameDescription
Public propertyAllowContentTypes
Prefix and suffix values to be accepted as ContentTypes. Ex. key-prefix = "application/" and value-suffix = "json"
Public propertyMaxContentLength
The maximum request posted body size that will be captured. Defaults to 30KB.
Top
See Also