Greeting
This feature provides a greeting message to show that application is up and running.
Add this feature using AddGreeting()
extension;
app.Features.AddGreeting(...);
Swagger
Redirects root path /
to SwaggerUI
for RestApi
documentation.
c => c.Swagger()
Disabled
You can disable this feature by calling Disabled()
method;
c => c.Disabled()