HttpResponseBase.IsRequestBeingRedirected Property

Definition

Gets a value that indicates whether the client is being redirected to a new location.

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

Property Value

true if the value of the location response header differs from the current location; otherwise, false.

Exceptions

Applies to