IDocumentAddressingStrategy.TryResolveNamespaceAddress Method

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

Definition

Attempts to resolve the address of the documentation content for the specified namespace.
bool TryResolveNamespaceAddress(string ns, [NotNullWhen(true)] out IResourceAddress address)

Parameters

ns string
The namespace to resolve the address for.
address IResourceAddress
When this method returns, contains the address of the documentation content for the specified namespace, or null if the address could not be resolved.

Returns

bool
true if the address was successfully resolved; otherwise, false.