parent
7c426f7835
commit
4d5604690d
|
|
@ -0,0 +1,4 @@
|
||||||
|
MvcMinimalSample.Web
|
||||||
|
===
|
||||||
|
This sample web project illustrates a minimal site using `Microsoft.AspNet.Mvc.Core`.
|
||||||
|
Please build from root (`.\build.cmd` on Windows; `./build.sh` elsewhere) before using this site.
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
MvcSample.Web
|
||||||
|
===
|
||||||
|
This sample web project illustrates various MVC 6 features. Please build from root
|
||||||
|
(`.\build.cmd` on Windows; `./build.sh` elsewhere) before using this site.
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
TagHelperSample.Web
|
||||||
|
===
|
||||||
|
This sample web project illustrates TagHelper use. Please build from root
|
||||||
|
(`.\build.cmd` on Windows; `./build.sh` elsewhere) before using this site.
|
||||||
Binary file not shown.
Loading…
Reference in New Issue