Skip to content

AspNet Request Has Posted Body Layout Renderer

Rolf Kristensen edited this page Jun 10, 2023 · 6 revisions

ASP.NET Http Request includes posted-body payload:

  • 1 = CanHaveBody or ContentLength > 0
  • 0 = Not available

Platforms Supported: > Platforms Supported: Limited (Only supported in ASP.NET Core v5+)

Introduced with NLog.Web.AspNetCore v5.1.1

Configuration Syntax

${aspnet-request-has-posted-body}
Clone this wiki locally