Share via


HttpResponseBase.IsRequestBeingRedirected プロパティ

定義

クライアントが新しい場所へリダイレクトされるかどうかを示す値を取得します。

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

プロパティ値

Location 応答ヘッダーの値が現在の場所と異なる場合は true。それ以外の場合は false

例外

適用対象