This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.IIS.
Summary
Creates a rewrite rule
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Containing Type
- RewriteManager
Syntax
public void CreateRule(RewriteRuleSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | RewriteRuleSettings | The settings of the rewrite rule to add |
Return Value
Type | Description |
---|---|
void | If the rewrite rule was added. |