C# 클래스 SimpleOwin.Middlewares.NotFound

파일 보기 프로젝트 열기: prabirshrestha/simple-owin

공개 메소드들

메소드 설명
Middleware ( string text = DefaultNotFoundMessage, string contentType = "text/html" ) : AppFunc>.Func

메소드 상세

Middleware() 공개 정적인 메소드

public static Middleware ( string text = DefaultNotFoundMessage, string contentType = "text/html" ) : AppFunc>.Func
text string
contentType string
리턴 AppFunc>.Func