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 Add support for `@removeTagHelpers` inheritance from _ViewStart files 2015-01-15 12:12:00 -08:00
SpanFactory Removing unused code from UnclassifiedCodeSpanConstructor to fix build 2015-01-02 14:34:57 -08:00
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 Add tests to validate attribute value rendering. 2014-10-09 22:47:26 -07:00
Microsoft.AspNet.Mvc.Razor.Host.Test.kproj Add schema version to kproj files 2014-11-25 10:57:58 -08:00
ModelChunkVisitorTest.cs React to aspnet/Razor#268 changes 2015-01-15 16:47:22 -08:00
ModelExpression.cs Add tests to validate attribute value rendering. 2014-10-09 22:47:26 -07:00
MvcCSharpRazorCodeParserTest.cs Delete trailing whitespace 2014-11-20 16:18:09 -08:00
MvcRazorHostTest.cs Allow `@Model` in bound tag helper attribute value 2015-01-15 16:47:27 -08:00
MvcRazorParserTest.cs Add support for `@removeTagHelpers` inheritance from _ViewStart files 2015-01-15 12:12:00 -08:00
MvcTagHelperAttributeValueCodeRendererTest.cs React to aspnet/Razor#268 changes 2015-01-15 16:47:22 -08:00
StringTextBuffer.cs
TestFileInfo.cs Reacting to FileSystem changes v2 2014-12-19 18:10:57 -08:00
TestFileSystem.cs Changes to address IFileSystem.Watch method addition 2014-12-11 10:00:46 -08:00
ViewStartUtilityTest.cs Update templates\samples\tests to use ensure viewstart.cshtml and views directory names are cased appropriately. #1559 2014-12-05 13:27:22 -08:00
project.json Update Mvc to use official xunit runner 2014-12-17 11:27:07 -08:00