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
Registers a new resolver with a specific priority.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.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 |