C# 클래스 WebMarkupMin.AspNetCore1.WebMarkupMinMiddleware

WebMarkupMin middleware
파일 보기 프로젝트 열기: Taritsyn/WebMarkupMin

공개 메소드들

메소드 설명
Invoke ( HttpContext context ) : System.Threading.Tasks.Task
WebMarkupMinMiddleware ( RequestDelegate next, IOptions options, IServiceProvider services ) : System

Constructs a instance of WebMarkupMin middleware

메소드 상세

Invoke() 공개 메소드

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

WebMarkupMinMiddleware() 공개 메소드

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
리턴 System