Summary
Returns an URL linking to a site describing a specific rule.
- Assembly
- Cake
.Prca .dll - Namespace
- Cake
.Prca .Issues - Containing Type
- BaseRuleUrlResolver
<T>
Syntax
public Uri ResolveRuleUrl(string rule)
Parameters
Name | Type | Description |
---|---|---|
rule | string | Code of the rule for which the URL should be retrieved. |
Return Value
Type | Description |
---|---|
Uri | URL linking to a site describing the rule, or null if rule
could not be parsed. |