C# 클래스 Microsoft.AspNetCore.HttpOverrides.HttpMethodOverrideMiddleware

파일 보기 프로젝트 열기: aspnet/BasicMiddleware

공개 메소드들

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

메소드 상세

HttpMethodOverrideMiddleware() 공개 메소드

public HttpMethodOverrideMiddleware ( RequestDelegate next, IOptions options ) : System
next RequestDelegate
options IOptions
리턴 System

Invoke() 공개 메소드

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