DocumentAddressProvider.FindExternalProviderForNamespace Method

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

Definition

Finds an external documentation URL resolver that supports the specified namespace.
protected virtual IRemoteApiDocUrlResolver FindExternalProviderForNamespace(string ns)

Parameters

ns string
The namespace to find a supporting external provider for.

Returns

IRemoteApiDocUrlResolver
An IRemoteApiDocUrlResolver that supports the specified namespace, or null if no provider is found.