RemoteApiDocUrlResolver.SupportsNamespace Method

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

Definition

Determines whether the specified namespace is covered by this URL resolver.
public bool SupportsNamespace(string ns)

Parameters

ns string
The namespace to check for.

Returns

bool
true if the namespace is covered by this URL resolver; otherwise, false.