XmlDocNullReferenceResolver.GetCodeReferenceTitle Method
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Retrieves the title for a code reference based on the current language context.
public string GetCodeReferenceTitle(string cref)Parameters
crefstring- The code reference.
Returns
- string
- The input code reference as the title, as no actual resolution is performed.
