aspnetcore/test/Microsoft.AspNet.Mvc.Razor....
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
..
Directives
SpanFactory
TestFiles Allow `@Model` in bound tag helper attribute value 2015-01-15 16:47:27 -08:00
InjectChunkVisitorTest.cs React to aspnet/Razor#268 changes 2015-01-15 16:47:22 -08:00
InputTestTagHelper.cs
Microsoft.AspNet.Mvc.Razor.Host.Test.kproj
ModelChunkVisitorTest.cs React to aspnet/Razor#268 changes 2015-01-15 16:47:22 -08:00
ModelExpression.cs
MvcCSharpRazorCodeParserTest.cs
MvcRazorHostTest.cs Allow `@Model` in bound tag helper attribute value 2015-01-15 16:47:27 -08:00
MvcRazorParserTest.cs
MvcTagHelperAttributeValueCodeRendererTest.cs React to aspnet/Razor#268 changes 2015-01-15 16:47:22 -08:00
StringTextBuffer.cs
TestFileInfo.cs
TestFileSystem.cs
ViewStartUtilityTest.cs
project.json