UrlReferenceCollector Constructor

Namespace
Kampute.DocToolkit.Routing
Assembly
  • Kampute.DocToolkit.dll

Definition

Initializes a new instance of the UrlReferenceCollector class.
public UrlReferenceCollector(IDocumentationContext context, IUrlTransformer urlTransformer)

Parameters

context IDocumentationContext
The documentation context used to obtain the active model.
urlTransformer IUrlTransformer
The inner URL transformer to decorate.

Exceptions

ArgumentNullException
Thrown when context or urlTransformer is null.