HttpResponse.IsRequestBeingRedirected プロパティ

定義

クライアントが新しい場所へ転送されている最中かどうかを示すブール値を取得します。

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

プロパティ値

Boolean

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

注釈

プロパティと共に IsRequestBeingRedirected プロパティを RedirectLocation 使用して、HTTP Location ヘッダーでクライアントに送信される絶対 URI が現在の URI と異なるかどうか、および転送される新しい目的の URI が何であるかをテストして判断します。

適用対象