System.Web.HttpResponse.IsRequestBeingRedirected Property

Gets a Boolean value indicating whether the client is being transferred to a new location.

Syntax

public bool IsRequestBeingRedirected { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the HttpResponse.IsRequestBeingRedirected property with the HttpResponse.RedirectLocation property to test and determine whether the absolute URI that is transmitted to the client in the HTTP Location header is different than the current URI and what the new intended URI that is being transferred to will be.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0