aspnetcore/samples/MvcSample.Web
dougbu 1cd15fbf60 Add form HTML helpers and `MVCForm`
- copy over from legacy MVC
- fixup namespaces, remove copyright notices, ...
- temporarily remove `RouteBeginForm() overloads
- move main components to `HtmlHelper` and declare in `IHtmlHelper<T>`
- change `UrlHelper` to avoid treating an existing dictionary as an object
- add `HtmlHelper.Createform()` factory
- use in MVC sample; move BeginForm / TextBox samples to a new row
2014-04-07 12:04:28 -07:00
..
Areas/Travel
Components
Content Adding support for Url.Content, Href and ~/ in Razor views 2014-04-03 14:12:55 -07:00
Filters
Models Add sample for Display Html Helper. 2014-04-06 15:56:08 -07:00
Views Add form HTML helpers and `MVCForm` 2014-04-07 12:04:28 -07:00
FiltersController.cs
Home2Controller.cs
HomeController.cs Add sample for Display Html Helper. 2014-04-06 15:56:08 -07:00
LinkController.cs
OverloadController.cs
SimplePocoController.cs
SimpleRest.cs
Startup.cs
ViewMetadata.cs
project.json
web.Debug.config
web.Release.config
web.config