aspnetcore/samples/MvcSample
Ryan Nowak 0ce2c511d4 Adding URL generation to WebFX for controllers and views
This follows a similar pattern to html helpers - a minimal basis interface
that performs the main functionality, and a set of extension methods that
make up the rich API.
2014-03-12 10:57:46 -07:00
..
Filters CR Feedback, add ordering sample to the MVCSample. 2014-03-10 22:13:06 -07:00
Models Action filters & Authorization Filters working 2014-03-06 17:02:45 -08:00
Properties
Views Adding URL generation to WebFX for controllers and views 2014-03-12 10:57:46 -07:00
FiltersController.cs CR Feedback, add ordering sample to the MVCSample. 2014-03-10 22:13:06 -07:00
Home2Controller.cs Minor cleanup 2014-02-15 10:21:27 -08:00
HomeController.cs Consume ModelBinding from Mvc 2014-03-05 10:13:52 -08:00
LinkController.cs Adding URL generation to WebFX for controllers and views 2014-03-12 10:57:46 -07:00
OverloadController.cs Overload Resolution Skeleton 2014-02-20 11:37:33 -08:00
Program.cs Made roslyn based compilation of razor files work 2014-03-08 15:16:44 -08:00
SimplePocoController.cs
SimpleRest.cs Action selection based on action descriptors 2014-02-17 22:42:02 -08:00
Startup.cs Adding URL generation to WebFX for controllers and views 2014-03-12 10:57:46 -07:00
ViewMetadata.cs
Web.Debug.config
Web.Release.config
Web.config
project.json Moving ViewContext to rendering, breaking coupling to RequestContext 2014-03-10 16:15:46 -07:00
web.config