You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Typically in a scheme like Blog/this-awesome-blog-post the Blog part is fixed and the this-awesome-post slug comes from a database/parameter so it's not part of the page name.
We recently fixed a bug that was blocking the use of characters that were invalid in class names but valid in filenames, #6296 . This fix will be included in 2.0.0-preview2.
This has the same set of knobs we use to configure routing for controller-based actions. We haven't said much about this external to the team because it's not very polished yet.
Thanks for that.
Yeh....blog was a bad example but its definitely something that would be great. We're using underscores at the moment.
Where/When do I get access to this change this model?
It seems like Razor Pages doesn't support pages with hyphons/dashes in them.
With no way to change the current URL and only append, this doesn't allow you to have hyphon/dash separated URLs. eg. Blog/this-awesome-blog-post
The text was updated successfully, but these errors were encountered: