Kizspy | Question: 43 (Choose 1 answer)
Suppose that you create a folder named Products (in Pages folder of ASP.NET Core Web App project) and add a file named "Index.cshtml" to it, choose the correct route(s).
A. "Products", "Products/Index"
B. "Products", "Index/Products"
C. "Index/Products", "Products/Index"
D. None of the others.