Share via


RedirectionScope クラス

定義

リダイレクトのスコープを表します。

public ref class RedirectionScope
[System.Serializable]
public class RedirectionScope
[<System.Serializable>]
type RedirectionScope = class
Public Class RedirectionScope
継承
RedirectionScope
属性

プロパティ

Endpoint

エンドポイント リダイレクト スコープを表す RedirectionScope を取得します。

Message

メッセージ リダイレクト スコープを表す RedirectionScope を取得します。

Namespace

RedirectionScope の名前空間を取得します。

Session

セッション リダイレクト スコープを表す RedirectionScope を取得します。

Value

RedirectionScope インスタンスの値を取得します。

メソッド

Create(String, String)

指定されたスコープと名前空間を使用して、新しい RedirectionScope インスタンスを作成します。

Equals(Object)

指定したオブジェクトが現在の RedirectionScope インスタンスと等しいかどうかを判断します。

GetHashCode()

インスタンスのハッシュ コードを取得します。

GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在の RedirectionScope を等価の文字列形式に変換します。

演算子

Equality(RedirectionScope, RedirectionScope)

RedirectionScope 型の 2 つのインスタンスが等しいかどうかを示す値を返します。

Inequality(RedirectionScope, RedirectionScope)

RedirectionScope 型の 2 つのインスタンスが等しくないかどうかを示す値を返します。

適用対象