Click or drag to resize

WebsiteConfigurationRoutingRules Property

List of request redirection rules

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public 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