HttpResponse.IsRequestBeingRedirected 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指示客户端是否正在被传输到新位置的布尔值。
public:
property bool IsRequestBeingRedirected { bool get(); };
public bool IsRequestBeingRedirected { get; }
member this.IsRequestBeingRedirected : bool
Public ReadOnly Property IsRequestBeingRedirected As Boolean
属性值
如果位置响应标头的值与当前位置不同,则为 true
;否则为 false
。
注解
将 IsRequestBeingRedirected 属性与属性一起使用 RedirectLocation ,以测试并确定 HTTP 标头中 Location
传输到客户端的绝对 URI 是否不同于当前 URI 以及要传输到的新预期 URI。