TopicTransformationCoreCodeSnippetLanguageConversion Property

This read-only property returns a dictionary containing code snippet language ID conversions

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public IDictionary<string, string> CodeSnippetLanguageConversion { get; }

Property Value

IDictionaryString, String

Remarks

Use this to convert code snippet language IDs not recognized by the transformation's code colorizer of choice to a language ID that it does recognize. The keys are case-insensitive.

See Also