C# Класс MakingSense.AspNetCore.Documentation.DocumentationMiddleware

Показать файл Открыть проект

Открытые методы

Метод Описание
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