DocumentAddressProvider.ExternalReferences Property

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

Definition

Gets the collection of resolvers for finding documentation URLs of code elements in external documentation sources.
public List<IRemoteApiDocUrlResolver> ExternalReferences { get; }

Property Value

List<IRemoteApiDocUrlResolver>
A list of IRemoteApiDocUrlResolver instances that provide documentation URLs for code elements that are not part of the assemblies being documented.

Remarks

When a code element (namespace, type, or member) is not found within the documented assemblies, the provider will iterate through this collection to find a resolver that can provide the appropriate documentation URL.

See Also