Vulnerability in EPiServer.Forms
Here is problem I am trying to solve.
I have the url to blogs page like below
For this URL https://site/blogs/category1/category2 I want to route to BlogListPage
For this URL https://site/blogs/category1/category2/1000 I want to route to BlogPage for blog id 1000
If IRoutePartial is not the right way to do this, how can I do solve this?
Thanks for the help in advance.
Here is problem I am trying to solve.
I have the url to blogs page like below
For this URL https://site/blogs/category1/category2 I want to route to BlogListPage
For this URL https://site/blogs/category1/category2/1000 I want to route to BlogPage for blog id 1000
If IRoutePartial is not the right way to do this, how can I do solve this?
Thanks for the help in advance.