C# 클래스 MakingSense.AspNetCore.Documentation.DocumentationMiddleware

파일 보기 프로젝트 열기: MakingSense/aspnet-documentation-middleware

공개 메소드들

메소드 설명
DocumentationMiddleware ( [ next, [ logger, [ hostingEnv, [ documentHandlerResolver, [ options ) : System
Invoke ( HttpContext context ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
ApplyResponseContent ( HttpResponse response, IDocumentHandler handler ) : System.Threading.Tasks.Task
ApplyResponseHeaders ( HttpResponse response, IDocumentHandler handler ) : void
GetFilePath ( string subpath, bool &isDirectory ) : string
ParseLayout ( ) : void
TryGetDocumentsSubpath ( HttpRequest request, PathString &subpath ) : bool

메소드 상세

DocumentationMiddleware() 공개 메소드

public DocumentationMiddleware ( [ next, [ logger, [ hostingEnv, [ documentHandlerResolver, [ options ) : System
next [
logger [
hostingEnv [
documentHandlerResolver [
options [
리턴 System

Invoke() 공개 메소드

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