Layouts & Views

Once the "Layouts" and "Views" are created in the adminstration interface, you can edit them using Visual Studio.

  1. Open the IIS Web Site from Visual Studio (orVS Express Web)
  2. Go to: Cms_Data/Sites/Kardarak/Templates/
  3. You will fin Layouts and Views there

The main Razor shortcuts from KoobooCMS are:

  • @Html.HtmlFront()
  • @Url.UrlFront()

There is more, but I didn't have to work with them yet.