【发布时间】:2016-11-30 21:51:33
【问题描述】:
我们正在使用断开连接的架构。前端是 ExtJs,后端我们使用处理程序 (.ashx)。假设我将 url 指定为“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 轻松检索。 请问有人试过吗?
【问题讨论】:
-
@Amit 根据我的回答