XmlDocContextAwareReferenceResolver.GetKeywordUrl Method
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Resolves the official documentation URL for the specified language keyword based on the current language context.
public string GetKeywordUrl(string keyword)Parameters
keywordstring- The language-specific keyword.
Returns
- string
- The URL string of the official documentation for the specified keyword, or an empty string if it cannot be resolved.
