Table of Contents

TopicTransformationCore.CodeSnippetLanguageConversion Property

Definition

Namespace
Sandcastle.Core.PresentationStyle.Transformation
Assembly
Sandcastle.Core.dll

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

public IDictionary<string, string> CodeSnippetLanguageConversion { get; }

Property Value

IDictionary<string, 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.