Class FileServerMiddleware
Inherited Members
Namespace: Coree.NETASP.UnderConstruction
Assembly: Coree.NETASP.dll
Syntax
public class FileServerMiddleware
Constructors
| Edit this page View SourceFileServerMiddleware(RequestDelegate, string)
Declaration
public FileServerMiddleware(RequestDelegate next, string rootPath)
Parameters
Type | Name | Description |
---|---|---|
RequestDelegate | next | |
string | rootPath |
Methods
| Edit this page View SourceInvokeAsync(HttpContext)
Declaration
public Task InvokeAsync(HttpContext context)
Parameters
Type | Name | Description |
---|---|---|
HttpContext | context |
Returns
Type | Description |
---|---|
Task |