aspnetcore/test/WebSites/WebApiCompatShimWebSite
David Fowler 29646153ea Explicitly add tracesource dependency 2016-04-05 00:02:49 -07:00
..
Controllers Use a prefix tree as a backing store for ModelStateDictionary 2016-03-17 10:09:36 -07:00
Models Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
wwwroot
ActionSelectionFilter.cs [Fixes #4085] Controller helper inconsistency: HttpNotFound(), Ok() 2016-02-19 09:25:04 -08:00
Startup.cs Update samples and react to Kestrel extensions 2016-03-30 17:33:25 -07:00
WebApiCompatShimWebSite.xproj Remove project name from output path 2016-03-02 14:39:12 -08:00
project.json Explicitly add tracesource dependency 2016-04-05 00:02:49 -07:00
readme.md Correct case of web site folder and project names 2015-03-10 09:34:06 -07:00

readme.md

WebApiCompatShimWebSite

This web site illustrates how to configure and use WebApiCompatShim to get Web API 2.* like behavior. Features which are used include but are not limited to action results, action selection and parameter binding.