RemoteApiDocUrlResolver.ResolveMemberUrl Method

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

Definition

Attempts to resolve the documentation URL for the specified member.
protected abstract Uri ResolveMemberUrl(IMember member)

Parameters

member IMember
The member to resolve the documentation URL for.

Returns

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

Remarks

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