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
SimpleWebSite.csproj
Startup.cs Removed UrlTestEncoder references in tests 2018-04-14 06:08:20 -07:00
readme.md

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.