RedirectionType 类

定义

一个表示重定向类型的类型。

public ref class RedirectionType sealed
[System.Serializable]
public sealed class RedirectionType
[<System.Serializable>]
type RedirectionType = class
Public NotInheritable Class RedirectionType
继承
RedirectionType
属性

属性

Cache

获取表示缓存重定向类型的 RedirectionType

Namespace

获取 RedirectionType 的命名空间。

Resource

获取表示资源重定向类型的 RedirectionType

UseIntermediary

获取表示使用中间重定向类型的 RedirectionType

Value

获取 RedirectionType 的值。

方法

Create(String, String)

使用指定的重定向类型和重定向命名空间创建 RedirectionType 类的新实例。

Equals(Object)

确定指定对象是否与当前的 RedirectionType 实例相等。

GetHashCode()

获取此实例的哈希代码。

GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

将当前 RedirectionType 转换为其等效的字符串表示形式。

运算符

Equality(RedirectionType, RedirectionType)

返回一个值,该值指示 RedirectionType 类型的两个实例是否相等。

Inequality(RedirectionType, RedirectionType)

返回一个值,该值指示 RedirectionType 类型的两个实例是否不相等。

适用于