| RewriterRuleCollection Class |
Namespace: X3Platform.Web.UrlRewriter.Configuration
The RewriterRuleCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| RewriterRuleCollection | Initializes a new instance of the RewriterRuleCollection class |
| Name | Description | |
|---|---|---|
| Add |
Adds a new RewriterRule to the collection.
| |
| Clear | (Inherited from CollectionBase.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator | (Inherited from CollectionBase.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| OnClear | (Inherited from CollectionBase.) | |
| OnClearComplete | (Inherited from CollectionBase.) | |
| OnInsert | (Inherited from CollectionBase.) | |
| OnInsertComplete | (Inherited from CollectionBase.) | |
| OnRemove | (Inherited from CollectionBase.) | |
| OnRemoveComplete | (Inherited from CollectionBase.) | |
| OnSet | (Inherited from CollectionBase.) | |
| OnSetComplete | (Inherited from CollectionBase.) | |
| OnValidate | (Inherited from CollectionBase.) | |
| RemoveAt | (Inherited from CollectionBase.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Capacity | (Inherited from CollectionBase.) | |
| Count | (Inherited from CollectionBase.) | |
| InnerList | (Inherited from CollectionBase.) | |
| Item |
Gets or sets a RewriterRule at a specified ordinal index.
| |
| List | (Inherited from CollectionBase.) |
<RewriterRule> <LookFor><i>pattern to search for</i></LookFor> <SendTo><i>string to redirect to</i></LookFor> <RewriterRule> <RewriterRule> <LookFor><i>pattern to search for</i></LookFor> <SendTo><i>string to redirect to</i></LookFor> <RewriterRule> ... <RewriterRule> <LookFor><i>pattern to search for</i></LookFor> <SendTo><i>string to redirect to</i></LookFor> <RewriterRule>