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
nsstring- The namespace to find a supporting external provider for.
Returns
- IRemoteApiDocUrlResolver
- An IRemoteApiDocUrlResolver that supports the specified namespace, or
nullif no provider is found.
