Summary
Registers a new resolver which with a specific priority.
- Assembly
- Cake
.Prca .dll - Namespace
- Cake
.Prca .Issues - Containing Type
- BaseRuleUrlResolver
<T>
Syntax
public void AddUrlResolver(Func<T, Uri> resolver, int priority)
Parameters
Name | Type | Description |
---|---|---|
resolver | Func |
Resolver which returns an System.Uri linking to a site
containing help for a specific BaseRuleDescription . |
priority | int | Priority of the resolver. Resolver with a higher priority are considered first during resolving of the URL. |
Return Value
Type | Description |
---|---|
void |