aspnetcore/test/WebSites/SimpleWebSite
Kiran Challa e52933e4e3 Removed UrlTestEncoder references in tests
This is because with the following commit, Routing no longer depends on DI to get a UrlEncoder and always uses UrlEncoder.Default.
4184b2406d
2018-04-14 06:08:20 -07:00
..
Controllers Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
SimpleWebSite.csproj Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
Startup.cs Removed UrlTestEncoder references in tests 2018-04-14 06:08:20 -07:00
readme.md Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00

readme.md

SimpleWebSite

This sample web project illustrates a minimal site using Microsoft.AspNetCore.Mvc.Core. Please build from root (.\build.cmd on Windows; ./build.sh elsewhere) before using this site.