StrategyBasedApiDocUrlResolver.ResolveMemberUrl Method

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

Definition

Attempts to resolve the documentation URL for the specified member.
protected override 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.

Exceptions

ArgumentNullException
Thrown when member is 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.