A container for describing a condition that must be met for the specified redirect to apply. 
            For example if request is for pages in the /docs folder, redirect to the /documents folder or
            if request results in HTTP error 4xx, redirect request to another host where you might process the error.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class RoutingRuleCondition
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | RoutingRuleCondition()()()() | Initializes a new instance of the RoutingRuleCondition class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | HttpErrorCodeReturnedEquals | 
            The HTTP error code when the redirect is applied. In the event of an error, 
            if the error code equals this value, then the specified redirect is applied.
             | 
|  | KeyPrefixEquals | 
            The object key name prefix when the redirect is applied. For example, to redirect requests for 
            ExamplePage.html, the key prefix will be ExamplePage.html. To redirect request for all pages with the 
            prefix docs/, the key prefix will be /docs, which identifies all objects in the docs/ folder.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithHttpErrorCodeReturnedEquals(String) | Obsolete. 
            The HTTP error code when the redirect is applied. In the event of an error, 
            if the error code equals this value, then the specified redirect is applied.
             | 
|  | WithKeyPrefixEquals(String) | Obsolete. 
            The object key name prefix when the redirect is applied. For example, to redirect requests for 
            ExamplePage.html, the key prefix will be ExamplePage.html. To redirect request for all pages with the 
            prefix docs/, the key prefix will be /docs, which identifies all objects in the docs/ folder.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | RoutingRuleCondition |