I have a URL like this:
http://www.example.com/mypage.aspx?myvalue1=hello&myvalue2=goodbye
I want to get http://www.example.com/mypage
http://www.example.com/mypage
Request.RawUrl.Split('?')[0]
Just for url name only !!