SyntaxGeneratorExportAttributeKeywordStyleParameter Property

This read-only property is used to get the keyword style parameter value used by the client side script in the topics for language specific keyword/separator text.

Definition

Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public string KeywordStyleParameter { get; }

Property Value

String
This will be one of the following: cs (C# or equivalent), vb (VB.NET or equivalent), cpp (C++ or equivalent), fs (F# or equivalent), or a value unique to the language.

See Also