Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public string CurrentPagePath {
- get {
- string result = "";
- try {
- result = Request.RawUrl;
- } catch ( Exception ex ) {
- result = "";
- }
- return result;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement