- 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 |
||
|---|---|---|
| .. | ||
| AClass.cs | ||
| Customer.cs | ||
| DayOfWeek.cs | ||
| Employee.cs | ||
| Folder.cs | ||
| Gender.cs | ||
| Item.cs | ||
| Month.cs | ||
| Order.cs | ||
| PartialModel.cs | ||
| Person.cs | ||
| Product.cs | ||
| ProductRecommendations.cs | ||
| SuperTemplateModel.cs | ||
| SuperViewModel.cs | ||
| TemplateModel.cs | ||
| ViewModel.cs | ||
| Warehouse.cs | ||
| WeirdModel.cs | ||