Go to file
Pranav K e835438042 Use the bundled NETStandard.Library package in netstandard targeting libraries 2017-05-01 12:39:57 -07:00
build Use the bundled NETStandard.Library package in netstandard targeting libraries 2017-05-01 12:39:57 -07:00
src/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation
test
testapps React to rename of Page() -> View() 2017-04-27 11:15:33 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config Branching for 2.0.0-preview1 2017-04-25 22:04:23 -07:00
NuGetPackageVerifier.json
README.md
RazorViewCompilation.sln
appveyor.yml
build.cmd
build.ps1 Branching for 2.0.0-preview1 2017-04-25 22:04:23 -07:00
build.sh Branching for 2.0.0-preview1 2017-04-25 22:04:23 -07:00
version.props

README.md

ASP.NET Core MVC Precompilation

AppVeyor: AppVeyor Travis: Travis

The Razor syntax provides a fast, terse, clean, and lightweight way to combine server code with HTML to create dynamic web content. This repo contains tooling that allows compilation of MVC Razor views as part of build and publish.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.