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
Delete a rewrite rule
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Containing Type
- RewriteManager
Syntax
public bool DeleteRule(string name)
Parameters
Name | Type | Description |
---|---|---|
name | string | The name of the rewrite rule |
Return Value
Type | Description |
---|---|
bool | If the rewrite rule was deleted. |