WebsiteConfigurationRoutingRules Property |
List of request redirection rules
Namespace:
OBS.Model
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntaxpublic IList<RoutingRule> RoutingRules { get; set; }
Property Value
Type:
IListRoutingRule
Remarks
Optional parameter. It is used together with "ErrorDocument" and "IndexDocument" and cannot be used together with "RedirectAllRequestsTo."
See Also