RedirectionType Class

Definition

A type that represents the type of redirection.

public ref class RedirectionType sealed
[System.Serializable]
public sealed class RedirectionType
[<System.Serializable>]
type RedirectionType = class
Public NotInheritable Class RedirectionType
Inheritance
RedirectionType
Attributes

Properties

Cache

Gets a RedirectionType that represents the cache redirection type.

Namespace

Gets the namespace of the RedirectionType.

Resource

Gets a RedirectionType that represents the resource redirection type.

UseIntermediary

Gets a RedirectionType that represents the use intermediary redirection type.

Value

Gets the value of the RedirectionType.

Methods

Create(String, String)

Creates a new instance of the RedirectionType class with the specified redirection type and redirection namespace.

Equals(Object)

Determines whether the specified object is equal to the current RedirectionType instance.

GetHashCode()

Gets the hash code for this instance.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Converts the current RedirectionType to its equivalent string representation.

Operators

Equality(RedirectionType, RedirectionType)

Returns a value that indicates whether two instances of the RedirectionType types are equal.

Inequality(RedirectionType, RedirectionType)

Returns a value that indicates whether two instances of the RedirectionType types are not equal.

Applies to