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.Issues.
Summary
Parses a rule into a
BaseRuleDescription
.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- BaseRuleUrlResolver
<T>
Syntax
protected abstract bool TryGetRuleDescription(string rule, T ruleDescription)
Parameters
Name | Type | Description |
---|---|---|
rule | string | Rule which should be parsed. |
ruleDescription | T | Description of the rule. |
Return Value
Type | Description |
---|---|
bool | true if rule could be parsed successfully, otherwise false . |