aspnetcore/test/Microsoft.AspNet.Mvc.Razor..../TestFiles/Output/DesignTime
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
..
Basic.cs
Inject.cs
InjectWithModel.cs
Model.cs
ModelExpressionTagHelper.cs Allow `@Model` in bound tag helper attribute value 2015-01-15 16:47:27 -08:00