Skip to content

2.0-alpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@toddams toddams released this 18 Sep 09:20
· 509 commits to master since this release

What is new?

  • Added support for includes via @{ await IncludeAsync("key", model); }
  • Disable encoding

As always, you can avoid encoding using @Raw() function

@Raw(Model.Data)

Or disable encoding for entire document

@{
    DisableEncoding = true;
}

Breaking change

  • GetTemplateAsync is now called CompileTemplateAsync