aspnetcore/test/WebSites/PrecompilationWebSite
Pranav K dfacd2543b * Remove support for updateable precompiled views.
* Allow precompiled views to be served when source file does not exist in
  file system.
* Cache results for views that do not exist on disk.

Fixes #2462 and fixes #2796.
Partially addresses #2551
2015-08-07 11:08:48 -07:00
..
Controllers Rename _GlobalImport.cshtml files to _ViewImports.cshtml 2015-05-21 12:27:08 -07:00
Models Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TagHelpers Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Views Rename _GlobalImport.cshtml files to _ViewImports.cshtml 2015-05-21 12:27:08 -07:00
compiler/preprocess Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
wwwroot
.gitignore
PrecompilationWebSite.xproj
Startup.cs * Remove support for updateable precompiled views. 2015-08-07 11:08:48 -07:00
project.json React to common package name change 2015-05-07 09:39:08 -07:00
readme.md

readme.md

PreCompilationWebSite

This web site illustrates use cases for precompilation of razor pages.