Search code examples
c#razorfubumvc

FubuMvc: how to use layouts in Razor?


Very simple helloworld fubumvc app and I'm not able to make it work with layouts using Razor.

here is a sample code: https://gist.github.com/anonymous/4740987


Solution

  • FubuMVC also relies on using the layout directive instead of the code block.

    Example: @layout Application