I am trying to learn asp.net core web api development. And as usual, I started with debugging the template project generated by VS 2019. But the test page which is appearing when I debug, is not the same as described on the tutorials. It is annoying and after wasting several hours with googling I decided to ask stackoverflow. Which configration am I missing?
The test/output page When I debug: ( actually there is not any button.)

However the expected web page is as shown in the

Note: the picture of expected webpage is taken from: The video is here
.html.) and the other seems to be a JSON endpoint (with no extension on the end of the URL).