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
            Returns a URL linking to a site describing a specific rule.
            
		- Assembly
- Cake.Issues .dll 
- Namespace
- Cake.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 nullif rule
            could not be parsed. | 
