Back to Practical Aspnetcore

WebApplication.CreateEmptyBuilder

projects/minimal-hosting/empty-builder/README.md

latest189 B
Original Source

WebApplication.CreateEmptyBuilder

WebApplication.CreateEmptyBuilder creates WebApplicationBuilder with no built-in behavior. You will need to add services and middleware as needed.