Méthode | Description | |
---|---|---|
Invoke ( HttpContext context ) : System.Threading.Tasks.Task | ||
WebMarkupMinMiddleware ( RequestDelegate next, IOptions |
Constructs a instance of WebMarkupMin middleware
|
public Invoke ( HttpContext context ) : System.Threading.Tasks.Task | ||
context | HttpContext | |
Résultat | System.Threading.Tasks.Task |
public WebMarkupMinMiddleware ( RequestDelegate next, IOptions |
||
next | RequestDelegate | The next middleware in the pipeline |
options | IOptions |
WebMarkupMin options |
services | IServiceProvider | The list of services |
Résultat | System |