telerik / ui-for-aspnet-core-examples

A collection of Telerik UI for ASP.NET Core components examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix broken links to pages in Index.cshtml page

mparvanov opened this issue · comments

There are unavailable links due to the following logic in the Index.cshtml page, which assumes that each view has a separate controller matching its name:

Currently the unavailable pages could be accessed by using the following pattern for example https://localhost:44316/EditorContent/Create instead of the auto generated: https://localhost:44316/Create/Create

Ticket: 1524397