ConfigureApplication Method
Definition
- Namespace
- Codebelt.Extensions.Xunit.Hosting.AspNetCore
- Assemblies
- Codebelt.Extensions.Xunit.Hosting.AspNetCore.dll
ConfigureApplication(IApplicationBuilder)
Configures the HTTP request pipeline.
public abstract void ConfigureApplication(IApplicationBuilder app)
Parameters
appIApplicationBuilderThe type that provides the mechanisms to configure the HTTP request pipeline.