aspnetcore/test/WebSites/PrecompilationWebSite
Pranav K 57f5b19f25 * Move precompiled assemblies into a resource in the primary assembly.
* Emit the primary assembly if a tag helper requires it.
* Make TagHelperSample.Web use precompilation.

Fixes #1693
2015-02-19 17:50:54 -08:00
..
Compiler/Preprocess
Controllers * Move precompiled assemblies into a resource in the primary assembly. 2015-02-19 17:50:54 -08:00
Models * Move precompiled assemblies into a resource in the primary assembly. 2015-02-19 17:50:54 -08:00
TagHelpers * Move precompiled assemblies into a resource in the primary assembly. 2015-02-19 17:50:54 -08:00
Views * Move precompiled assemblies into a resource in the primary assembly. 2015-02-19 17:50:54 -08:00
wwwroot Fixing Readme 2015-02-19 10:20:16 -08:00
.gitignore
PrecompilationWebSite.kproj
Startup.cs Modify BuilderExtensions.UseMvc to not add any routes by default 2015-01-23 16:51:38 -08:00
project.json * Move precompiled assemblies into a resource in the primary assembly. 2015-02-19 17:50:54 -08:00
readme.md Fixing Readme 2015-02-19 10:20:16 -08:00

readme.md

PreCompilationWebSite

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