aspnetcore/test/WebSites/HtmlGenerationWebSite/Models
N. Taylor Mullen e94d77c47f Add model attribute for PartialTagHelper.
- The model attribute is used to define any object based model to be passed to a `TagHelper`. It enables scenarios when users want to pass in `new` poco types.
- Added unit tests for the new `ResolveModel` method in `PartialTagHelper`.
- Added a single functional test to verify the end-to-end.

#7374
2018-03-23 16:13:55 -07:00
..
AClass.cs Seperate view and model for enum display 2016-11-30 11:13:38 -08:00
Customer.cs
DayOfWeek.cs Seperate view and model for enum display 2016-11-30 11:13:38 -08:00
Employee.cs
Folder.cs
Gender.cs
Item.cs
Month.cs Seperate view and model for enum display 2016-11-30 11:13:38 -08:00
Order.cs Add functional test covering an `IList<T>` property 2017-03-29 12:32:06 -07:00
PartialModel.cs
Person.cs
Product.cs
ProductRecommendations.cs Add model attribute for PartialTagHelper. 2018-03-23 16:13:55 -07:00
SuperTemplateModel.cs
SuperViewModel.cs
TemplateModel.cs
ViewModel.cs
Warehouse.cs
WeirdModel.cs Check for properties that can't befound 2017-07-04 13:26:17 -07:00