Language Specific TextCSharp Field
This represents the C# language identifier
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.Html
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public const string CSharp = "cs"VB
Public Const CSharp As String = "cs"C++
public:
literal String^ CSharp = "cs"F#
static val mutable CSharp: string