HttpResponseBase.IsRequestBeingRedirected Property
.NET Framework (current version)
Gets a value that indicates whether the client is being redirected to a new location.
Assembly: System.Web (in System.Web.dll)
abstract IsRequestBeingRedirected : bool with get override IsRequestBeingRedirected : bool with get
Property Value
Type: System.Booleantrue if the value of the location response header differs from the current location; otherwise, false.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: