C# Class WebMarkupMin.AspNetCore1.WebMarkupMinMiddleware

WebMarkupMin middleware
显示文件 Open project: Taritsyn/WebMarkupMin

Public Methods

Method 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 method

public Invoke ( HttpContext context ) : System.Threading.Tasks.Task
context HttpContext
return System.Threading.Tasks.Task

WebMarkupMinMiddleware() public method

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
return System