DocumentAddressProvider.TryGetTopicUrl Method
- Namespace
- Kampute.DocToolkit.Routing
- Assembly
- Kampute.DocToolkit.dll
Definition
Attempts to retrieve the URL for the specified topic.
public virtual bool TryGetTopicUrl(ITopic topic, [NotNullWhen(true)] out Uri url)Parameters
topicITopic- The topic to retrieve the URL for.
urlUri- When this method returns, contains the URL of the topic if found; otherwise,
null. This parameter is passed uninitialized.
