How to get value after .html in url
Hello.I want to implement a page where I want to read value from url which is after .html extension.
I have a function where admin send email to client with name of the employee referred him like,
www.dotnetspider.com/index.html/testemployee
I want to read that "testemployee" text so that, I will call API and get data of employee and display in browser.
How to achieve this. ?