Removing pageId from route
Fixes #104. The parameter should be passed as a querystring, not a route parameter.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@page "{pageId?}"
|
||||
@page
|
||||
@{
|
||||
ViewData["Title"] = "Catalog";
|
||||
@model IndexModel
|
||||
|
||||
Reference in New Issue
Block a user