aspnetcore/test/WebSites/RazorWebSite
Doug Bunting 8a701726b3 Rename _GlobalImport.cshtml files to _ViewImports.cshtml
- also rename files and directories with "GlobalImport" in name
 - nearly blind but avoid "ViewImportss" in new names
- public API change: `ViewHierarchyUtility.GetGlobalImportLocations()` -> `GetViewImportsLocations()`
 - primary source updates were comments, tests, and implementation details

nit:
- rename NestedGlobalImports.cs file to NestedViewImportsController.cs, matching class
2015-05-21 12:27:08 -07:00
..
Components Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -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
Services Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Shared-Views/ExpanderViews ViewLocationExpanderContext should have a flag that indicates if the 2015-02-26 16:41:54 -08:00
Views Rename _GlobalImport.cshtml files to _ViewImports.cshtml 2015-05-21 12:27:08 -07:00
wwwroot
MyBasePage.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
NestedViewImportsController.cs Rename _GlobalImport.cshtml files to _ViewImports.cshtml 2015-05-21 12:27:08 -07:00
RazorWebSite.xproj Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename 2015-04-02 13:49:27 -07:00
Startup.cs Fix #448: Support app-wide defaults for HTML helpers 2015-05-12 14:10:59 -07:00
project.json Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 12:56:42 -07:00
readme.md

readme.md

RazorWebSite

This web site illustrates use cases for razor view engine, partials and view components.