I have a URL like : http://localhost.com/Dometic-Tou/french-with-flights-milano-10-12-may-2014.html
How can ı get this text from the URL : Domestic-Tou
I have got the link but all I want just Domestic-Tou from the link
I have tried:
Request.Path.Substring(Request.Path.LastIndexOf("/") + 1);