Click or drag to resize
RewriterRuleCollectionItem Property
Gets or sets a RewriterRule at a specified ordinal index.

Namespace: X3Platform.Web.UrlRewriter.Configuration
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public RewriterRule this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Property Value

Type: RewriterRule
See Also