Back to Practical Aspnetcore

WebApplication - Welcome Page

projects/minimal-hosting/web-application-welcome-page/README.md

latest534 B
Original Source

WebApplication - Welcome Page

This sample uses the brand new WebApplication hosting class. This simplifies configuring an ASP.NET Core application by a mile. app.UseWelcomePage(); shows standard ASP.NET Core Welcome Page.

You can read the implementation of WebApplication here and its sibling WebApplicationBuilder here