andrewdavey / andrewdavey/cassette

For ASP.NET Web Pages

Abierto
#199 3 comentarios 0 reacciones 0 asignados Ver en GitHub
Documentation
Lenguaje dominante
C#
Estrellas
531
Forks
139
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

I am posting here because this info is missing from the documentation.

To get ASP.NET webpages to run, in addition to what Cassette automatically does to the Views folder, you will need to add the following section to the web.config (in the views folder)

```





```

Also, in the pages element under the system.web.webPages.razor section you will need to add the following property

pageBaseType="System.Web.Mvc.WebViewPage"

Everything should look like this...

```











```

Finally a using statement should be added to the top of _SiteLayout.cshtml like so

```
@using Cassette.Views;
```

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.