XmlDocContextAwareReferenceResolver.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

cref string
The code reference.

Returns

string
The title for the specified code reference, or the original reference if it cannot be resolved.