Interface IAppLayer
Represents application request processing layer.
Namespace:InfinniPlatform.Http.Middlewares
Assembly:InfinniPlatform.Http.Abstractions.dll
Syntax
public interface IAppLayer
Methods
| Improve this Doc View SourceConfigure(IApplicationBuilder)
Configures middlewares of specific application request processing layer.
Declaration
void Configure(IApplicationBuilder app)
Parameters
Type | Name | Description |
---|---|---|
IApplicationBuilder | app | Application builder. |