Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
I think you can solve this with url rewriting rule
there is different ways of use it.
https://www.iis.net/downloads/microsoft/url-rewrite
or you can write a middleware
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/url-rewriting?view=aspnetcore-2.2
hope this will point you in the right direction
@KennyG @Pawel Goralczyk How to use OOTB Simple Address feature to resolve the issue? I think it won't help as I need to add category to the URl instead of trimming and making simple.
Hey Muller,
Can you make your requirement more clear, then I can suggest more options with example.
Thanks & regards
Praful Jangid
I have a child page under start page as shown below. How to access child page with url "startpage/anotherpagename/childpage." Normally we get url as "startpage/childpage"
startpage
---child page