User-1786582958 posted
HI,
I have an old aspx web app which I'm trying to convert to a blazor server app and I have a question? my current app makes use of the iis url rewrite module in order to allow my app to make use of variety of SEO friendly html pages.
i.e. http://mysite/{param}-information.html
is this something that I can do in blazor without the use of the url rewrite module or will I need to still make use of it or something else?
thanks in advance..