aspnetcore/test/Microsoft.AspNet.Mvc.Functi.../Compiler/Resources
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
..
BasicWebSite.Home.ActionLinkView.html
BasicWebSite.Home.Index.html
BasicWebSite.Home.PlainView.html
MvcTagHelpersWebSite.MvcTagHelper_Customer.Index.html React to aspnet/Razor#240. 2015-01-13 22:35:43 -08:00
MvcTagHelpersWebSite.MvcTagHelper_Home.CreateWarehouse.html
MvcTagHelpersWebSite.MvcTagHelper_Home.Customer.html React to aspnet/Razor#240. 2015-01-13 22:35:43 -08:00
MvcTagHelpersWebSite.MvcTagHelper_Home.EditWarehouse.html
MvcTagHelpersWebSite.MvcTagHelper_Home.EmployeeList.html
MvcTagHelpersWebSite.MvcTagHelper_Home.Index.html
MvcTagHelpersWebSite.MvcTagHelper_Home.Order.html Allow `@Model` in bound tag helper attribute value 2015-01-15 16:47:27 -08:00
MvcTagHelpersWebSite.MvcTagHelper_Home.Product.html
MvcTagHelpersWebSite.MvcTagHelper_Home.ProductList.html Allow `@Model` in bound tag helper attribute value 2015-01-15 16:47:27 -08:00
TagHelpersWebSite.Employee.Create.Invalid.html React to aspnet/Razor#240. 2015-01-13 22:35:43 -08:00
TagHelpersWebSite.Employee.Create.html React to aspnet/Razor#240. 2015-01-13 22:35:43 -08:00
TagHelpersWebSite.Employee.Details.AfterCreate.html
TagHelpersWebSite.Home.About.html
TagHelpersWebSite.Home.Help.html
TagHelpersWebSite.Home.Index.html
UpdateDealerVehicle_PopulatesPropertyErrorsInViews.txt
UpdateDealerVehicle_PopulatesValidationSummary.txt
UpdateDealerVehicle_UpdateSuccessful.txt