aspnetcore/test
Doug Bunting d2fe1ebad7 Allow `@Model` in bound tag helper attribute value
- part II of #1253
- an expected case in template .cshtml files
- expression has name `""`; led to `ArgumentException` in `ModelExpression`
- test `@Model` and `@model.Property` in unit and functional tests
- update baselines to match

nits:
- remove a few unecessary `@`s in .cshtml files
- correct field names & ids in ProductList.cshtml (`foreach` confuses MVC)
 - led to correct valiation attributes as well
2015-01-15 16:47:27 -08:00
..
Microsoft.AspNet.Mvc.Core.Test [Fixes #1791]Remove XML formatter from defaults 2015-01-15 15:46:49 -08:00
Microsoft.AspNet.Mvc.FunctionalTests Allow `@Model` in bound tag helper attribute value 2015-01-15 16:47:27 -08:00
Microsoft.AspNet.Mvc.ModelBinding.Test Issue #1695 - Create a pattern for a 'greedy' model binder. 2015-01-15 16:32:50 -08:00
Microsoft.AspNet.Mvc.Razor.Host.Test Allow `@Model` in bound tag helper attribute value 2015-01-15 16:47:27 -08:00
Microsoft.AspNet.Mvc.Razor.Test React to aspnet/Razor#268 changes 2015-01-15 16:47:22 -08:00
Microsoft.AspNet.Mvc.TagHelpers.Test Allow `@Model` in bound tag helper attribute value 2015-01-15 16:47:27 -08:00
Microsoft.AspNet.Mvc.Test [Fixes #1791]Remove XML formatter from defaults 2015-01-15 15:46:49 -08:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest [Fixes #1791]Remove XML formatter from defaults 2015-01-15 15:46:49 -08:00
WebSites Allow `@Model` in bound tag helper attribute value 2015-01-15 16:47:27 -08:00