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
contextIDocumentationContext- The documentation context used to obtain the active model.
urlTransformerIUrlTransformer- The inner URL transformer to decorate.
Exceptions
- ArgumentNullException
- Thrown when
contextorurlTransformerisnull.
