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

Razor engine

mark van tilburg edited this page Aug 18, 2015 · 3 revisions

Razor is one of the supported template engines.

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