Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1061: 'ProductListWithFilterModel' does not contain a definition for 'Items' and no accessible extension method 'Items' accepting a first argument of type 'ProductListWithFilterModel' could be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 47: 
Line 48:     <div class="col-lg-9 col-md-9 col-sm-12 col-xs-12 ">
Line 49:         @foreach (var product in Model.Result.Items)
Line 50:         {
Line 51:             <div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 ">

Source File: C:\inetpub\wwwroot\shop_Penti_V2\Views\Product\TagProducts.cshtml    Line: 49






Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3535.0