> For the complete documentation index, see [llms.txt](https://aptitude.gitbook.io/zaubercms/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aptitude.gitbook.io/zaubercms/creating-a-website/current-content-properties/code-editor.md).

# 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.

<figure><img src="https://417697475-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVr2cbdfxDGZK1u2Fd59w%2Fuploads%2FjTjXUGx6ht9mTlrfZd2e%2Feditor-1.png?alt=media&amp;token=9b94e732-795e-4259-b292-e56a8d60b020" alt=""><figcaption></figcaption></figure>

#### Example of getting value on page

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