IApiDocUrlProvider.TryGetMemberUrl Method

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

Definition

Attempts to retrieve the documentation URL for the specified member.
bool TryGetMemberUrl(IMember member, [NotNullWhen(true)] out Uri url)

Parameters

member IMember
The member to retrieve the documentation URL for.
url Uri
When this method returns, contains the documentation URL for the specified member, if it has a documentation URL; otherwise, null.

Returns

bool
true if the member has a documentation URL; otherwise, false.