Code Editor

Value Type Saved: string

The code editor uses the monaco editor that powers Visual Studio. It allows you to set a specific language highlight syntax and a height of the editor.

Example of getting value on page

Content!.GetValue<string>("PropertyAliasHere"))

Last updated