Adding proper descriptions in readme.md files for functional tests.

This commit is contained in:
Harsh Gupta 2014-11-20 17:11:44 -08:00
parent 91d7e382d1
commit 106b9fc30c
31 changed files with 16 additions and 2 deletions

View File

@ -0,0 +1,4 @@
ActionResultsWebSite
===
This web site illustrates how to use out of box action results which are provided as methods on the controller class.

View File

@ -0,0 +1,4 @@
ErrorPageMiddlewareWebSite
===
This web site illustrates how to register error page middleware.

View File

@ -1 +1,4 @@
This file exists as Git does not allow to add empty directories into the repo
LoggingWebSite
===
This web site illustrates how to register and configure `Elm` logger.

View File

@ -1 +1,4 @@
Functional test for usage of RazorViewEngineOptions.FileSystem
RazorViewEngineOptionsWebSite
===
This web site illustrates use cases for `RazorViewEngineOptions.FileSystem`.