HttpResponse::IsRequestBeingRedirected Property
.NET Framework (current version)
Gets a Boolean value indicating whether the client is being transferred to a new location.
Assembly: System.Web (in System.Web.dll)
public: property bool IsRequestBeingRedirected { bool get(); internal: void set(bool value); }
Property Value
Type: System::Booleantrue if the value of the location response header is different than the current location; otherwise, false.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: