Language Specific TextFSharp Field
This represents the F# 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 FSharp = "fs"VB
Public Const FSharp As String = "fs"C++
public:
literal String^ FSharp = "fs"F#
static val mutable FSharp: string