RemoteApiDocUrlResolver.TryGetNamespaceUrl Method
- Namespace
- Kampute.DocToolkit.Routing
- Assembly
- Kampute.DocToolkit.dll
Definition
Attempts to retrieve the documentation URL for the specified namespace.
public bool TryGetNamespaceUrl(string ns, [NotNullWhen(true)] out Uri url)Parameters
nsstring- The namespace to retrieve the documentation URL for.
urlUri- When this method returns, contains the absolute documentation URL for the specified namespace, if the namespace has a documentation URL; otherwise,
null. This parameter is passed uninitialized.

false.