CodeBlockResolvingEventArgs.CodeLanguage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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