Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Razor engine

Jérémie Bertrand edited this page Mar 12, 2015 · 3 revisions

Razor is one of the supported template engine.

You have an example of the syntax on the default index page or on the layout.

The filters are used like this:

@Filter.PrettifyUrl(\"http://mysite.com/index.html\")
@Filter.Slugify(\".ASP.NET MVC\")
Clone this wiki locally