C# Class MakingSense.AspNetCore.Documentation.DocumentationMiddleware

Afficher le fichier Open project: MakingSense/aspnet-documentation-middleware

Méthodes publiques

Méthode Description
DocumentationMiddleware ( [ next, [ logger, [ hostingEnv, [ documentHandlerResolver, [ options ) : System
Invoke ( HttpContext context ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
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

Method Details

DocumentationMiddleware() public méthode

public DocumentationMiddleware ( [ next, [ logger, [ hostingEnv, [ documentHandlerResolver, [ options ) : System
next [
logger [
hostingEnv [
documentHandlerResolver [
options [
Résultat System

Invoke() public méthode

public Invoke ( HttpContext context ) : System.Threading.Tasks.Task
context HttpContext
Résultat System.Threading.Tasks.Task