Skip to content

DynamicScriptMiddleware.Invoke method

Invokes the middleware in the given context.

public Task Invoke(HttpContext context)
parameter description
context The HTTP context.

See Also