ElmPageMiddleware Class

Enables viewing logs captured by the Microsoft.AspNetCore.Diagnostics.Elm.ElmCaptureMiddleware.

Namespace
Microsoft.AspNetCore.Diagnostics.Elm
Assemblies
  • Microsoft.AspNetCore.Diagnostics.Elm

Syntax

public class ElmPageMiddleware
class Microsoft.AspNetCore.Diagnostics.Elm.ElmPageMiddleware

Constructors

ElmPageMiddleware(Microsoft.AspNetCore.Http.RequestDelegate, Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Diagnostics.Elm.ElmOptions>, Microsoft.AspNetCore.Diagnostics.Elm.ElmStore)
public ElmPageMiddleware(RequestDelegate next, IOptions<ElmOptions> options, ElmStore store)

Methods

Invoke(Microsoft.AspNetCore.Http.HttpContext)
Return type:System.Threading.Tasks.Task
public Task Invoke(HttpContext context)