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 つのインスタンスが等しくないかどうかを示す値を返します。

適用対象