我们正在使用断开连接的架构。前端是ExtJs和后端我们正在使用处理程序(.ashx)。假设我将网址设为" https://appdomain.com/#settings/department/sso"如何从后端获取完整的URL名称。 我尝试使用HttpContext.Current.Request.Url.AbsoluteUri但它只返回 " https://appdomain.com",假设我提供" https://appdomain.com/loginpage.aspx" 这个我们可以使用HttpContext.Current.Request.Url.AbsoluteUri轻松检索。 有没有人试过这个。
答案 0 :(得分:0)
您无法获得#settings / department / sso部分 #被发送到服务器后没有任何内容。