XmlDocContextAwareReferenceResolver.GetCodeReferenceUrl Method
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Resolves the documentation URL for the specified code reference.
public string GetCodeReferenceUrl(string cref)Parameters
crefstring- The code reference.
Returns
- string
- The URL string of the documentation for the specified code reference, or an empty string if it cannot be resolved.
