Click or drag to resize

NLogRequestLoggingMiddlewareInvoke Method

Executes the middleware.

Namespace:  NLog.Web
Assembly:  NLog.Web.AspNetCore (in NLog.Web.AspNetCore.dll) Version: 5.5.0+9fe9421708749962bac8393d7cec5df976518ccb
Syntax
public Task Invoke(
	HttpContext httpContext
)

Parameters

httpContext
Type: HttpContext

Return Value

Type: Task
See Also