RemoteApiDocUrlResolver.ResolveNamespaceUrl Method

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

Definition

Attempts to resolve the documentation URL for the specified namespace.
protected abstract Uri ResolveNamespaceUrl(string ns)

Parameters

ns string
The namespace to resolve the documentation URL for.

Returns

Uri
The documentation URL for the specified namespace, if the namespace has a documentation URL; otherwise, null.

Remarks

This method resolves the documentation URL for the specified namespace without checking if the member is covered by the namespace patterns of this URL resolver.