c# - Get system path from rewritten URL -


given rewritten url string:

/contact-us

i convert it's actual path, example:

/pages/contact/contact-us-page.aspx

is possible?

please note, i'm not asking how re-write url's, how convert re-written path it's actual file in code.


Comments

Popular posts from this blog

symfony - InvalidConfigurationException in SecurityExtension.php line 429: No authentication listener registered for firewall "secured_area" -

angular ui router - 10 digest iterations reached in angularjs when using $state.go -

javascript - Handling constructor related functions while testing with mocha and sinon -