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

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -