aspnetcore/test/WebSites/ViewComponentWebSite/Views/Shared
sornaks 5b1bcb6079 Issue #1214: Cannot pass a int parameter to the views from ViewComponent.
Fix: Checking if the model is not null in the Copy constructor of ViewDataDictionary.
2014-10-17 16:40:25 -07:00
..
Components Issue #1214: Cannot pass a int parameter to the views from ViewComponent. 2014-10-17 16:40:25 -07:00
ViewWithAsyncComponents.cshtml
ViewWithIntegerViewComponent.cshtml Issue #1214: Cannot pass a int parameter to the views from ViewComponent. 2014-10-17 16:40:25 -07:00
ViewWithSyncComponents.cshtml