Edit

Share via


CodeBlockResolvingEventArgs.CodeLanguage Property

Definition

Gets the language of the Code Block, as specified by ```{Language} on the first line of the block, e.g.

public void Method();<p></p>
```<p></p>
public string CodeLanguage { get; }
member this.CodeLanguage : string
Public ReadOnly Property CodeLanguage As String

Property Value

Applies to