Page url question

When I started to use RBS it provided for a new component in a page section just the name of the class, then it changed to dash separated letters. Now it generates without dashes.
Where did I make my settings wrong? How to overcome this issue?

The URL depends on the name of page you have provided (or the scaffolded entity). Recently we changed the algorithm to not put a dash after every capital letter. Long story short a dash is added when there is a change in case in a page name. Some examples:

CustomerCategory.razor => customer-category

CUSTOMER => customer (old way was c-u-s-t-o-m-e-r which was quite strange and people complained about it).

Thank you. So, this explanation I can take as a rule. It would be nice if name that is about to generate is possible to change by developer. Pretty easy to implement and many benefits.

You can change the URL by editing it in the razor file. It is that simple :slight_smile:

Thank you. Somehow with a lot of effort I understood that. :wink: