request.fullpath gives the fullpath plus any parameter passed, such as
/page?param1=value¶m2&value
How can I get just the page with no params? Like
/page
Thank you.
question from:https://stackoverflow.com/questions/5265943/request-fullpath-with-no-parameters