UrlReference.TargetUrl Property
- Namespace
- Kampute.DocToolkit.Routing
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the URL corresponding to the UrlReference.SourceUrl in the generated documentation.
public Uri TargetUrl { get; }

public Uri TargetUrl { get; }
null. Common reasons for anullvalue include:- The source string is not a well-formed absolute or relative URI.
- The source contains only a fragment identifier or only a query string with no path to resolve.
- The source points to a URL outside the scope of the documentation set.
When the UrlReference.TargetUrl is a relative URL, it is relative to the directory of the referencing model's documentation page as indicated by the UrlReference.BaseDirectory property.