HttpResponse.IsRequestBeingRedirected Property

Definition

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

public:
 property bool IsRequestBeingRedirected { bool get(); };
public bool IsRequestBeingRedirected { get; }
member this.IsRequestBeingRedirected : bool
Public ReadOnly Property IsRequestBeingRedirected As Boolean

Property Value

true if the value of the location response header is different than the current location; otherwise, false.

Remarks

Use the IsRequestBeingRedirected property with the 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.

Applies to