HttpResponse.IsRequestBeingRedirected Property

Definition

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

public bool IsRequestBeingRedirected { get; }

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

Produit Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1