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 RoutingRuleCondition Condition { get; set; }