BaseRuleUrlResolver<T>.

AddUrlResolver(Func<T, Uri>, int) Method

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<T, TResult> 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
GitHub