public string CurrentPagePath { get { string result = ""; try { result = Request.RawUrl; } catch ( Exception ex ) { result = ""; } return result; } }