DocFxStrategy.TryResolveTopicAddress Method
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Attempts to resolve the address for the documentation content of the specified topic.
public override bool TryResolveTopicAddress(ITopic topic, [NotNullWhen(true)] out IResourceAddress address)Parameters
topicITopic- The topic for which to resolve the address.
addressIResourceAddress- When this method returns, contains the address of the documentation content for the specified topic, or
nullif the address could not be resolved.
