StrategyBasedApiDocUrlResolver.ResolveNamespaceUrl Method
- Namespace
- Kampute.DocToolkit.Routing
- Assembly
- Kampute.DocToolkit.dll
Definition
Attempts to resolve the documentation URL for the specified namespace.
protected override Uri ResolveNamespaceUrl(string ns)Parameters
nsstring- 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.
Exceptions
- ArgumentException
- Thrown when
nsisnull, empty, or consists only of whitespace.
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.
