RewriterRuleCollectionItem Property |
Gets or sets a RewriterRule at a specified ordinal index.
Namespace: X3Platform.Web.UrlRewriter.ConfigurationAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic RewriterRule this[
int index
] { get; set; }
public:
property RewriterRule^ default[int index] {
RewriterRule^ get (int index);
void set (int index, RewriterRule^ value);
}
Parameters
- index
- Type: SystemInt32
Property Value
Type:
RewriterRule
See Also