C# Class WebMarkupMin.AspNetCore1.WebMarkupMinMiddleware

WebMarkupMin middleware
Afficher le fichier Open project: Taritsyn/WebMarkupMin

Méthodes publiques

Méthode Description
Invoke ( HttpContext context ) : System.Threading.Tasks.Task
WebMarkupMinMiddleware ( RequestDelegate next, IOptions options, IServiceProvider services ) : System

Constructs a instance of WebMarkupMin middleware

Method Details

Invoke() public méthode

public Invoke ( HttpContext context ) : System.Threading.Tasks.Task
context HttpContext
Résultat System.Threading.Tasks.Task

WebMarkupMinMiddleware() public méthode

Constructs a instance of WebMarkupMin middleware
public WebMarkupMinMiddleware ( RequestDelegate next, IOptions options, IServiceProvider services ) : System
next RequestDelegate The next middleware in the pipeline
options IOptions WebMarkupMin options
services IServiceProvider The list of services
Résultat System