In C#, how would I capture the integer value in the URL like:
/someBlah/a/3434/b/232/999.aspx
I need to get the 999 value from the above url.
The url HAS to have the /someBlah/
in it.
All other values like a/3434/b/232/
can be any character/number.
Do I have escape for the '/' ?