Click or drag to resize
RewriterRuleCollectionAdd Method
Adds a new RewriterRule to the collection.

Namespace: X3Platform.Web.UrlRewriter.Configuration
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public virtual void Add(
	RewriterRule r
)

Parameters

r
Type: X3Platform.Web.UrlRewriter.ConfigurationRewriterRule
A RewriterRule instance.
See Also