#pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 2 "C:\Users\Sevgi AKTEN\source\repos\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"

            Layout = "~/Views/_Layout.cshtml";

#line default
#line hidden
            BeginContext(103, 157, true);
            WriteLiteral("<div>\r\n\t<table class=\"table table-responsive\">\r\n\t\t<tr>\r\n\t\t\t<td>Product Name</td>\r\n\t\t\t<td>Unit Price</td>\r\n\t\t\t<td>Units In Stock</td>\r\n\t\t\t<td></td>\r\n\t\t</tr>\r\n");
            EndContext();
#line 13 "C:\Users\Sevgi AKTEN\source\repos\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
            foreach (var product in Model.Products)
            {
#line default
#line hidden
                BeginContext(309, 17, true);
                WriteLiteral("\t\t\t<tr>\r\n\t\t\t\t<td>");
                EndContext();
                BeginContext(327, 19, false);
#line 16 "C:\Users\Sevgi AKTEN\source\repos\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
                Write(product.ProductName);

#line default
#line hidden
                EndContext();
                BeginContext(346, 15, true);
                WriteLiteral("</td>\r\n\t\t\t\t<td>");
                EndContext();
                BeginContext(362, 17, false);
#line 17 "C:\Users\Sevgi AKTEN\source\repos\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
                Write(product.UnitPrice);

#line default
#line hidden
                EndContext();
                BeginContext(379, 15, true);
                WriteLiteral("</td>\r\n\t\t\t\t<td>");
                EndContext();
                BeginContext(395, 20, false);
#line 18 "C:\Users\Sevgi AKTEN\source\repos\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
                Write(product.UnitsInStock);

#line default
#line hidden
                EndContext();
                BeginContext(415, 15, true);
                WriteLiteral("</td>\r\n\t\t\t\t<td>");
                EndContext();
                BeginContext(430, 135, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "198b64eb8d8717b378fa0d65e14c5c04c242700a5818", async() => {
                    BeginContext(550, 11, true);
                    WriteLiteral("add to cart");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Controller = (string)__tagHelperAttribute_1.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Action = (string)__tagHelperAttribute_2.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                if (__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues == null)
                {
                    throw new InvalidOperationException(InvalidTagHelperIndexerAssignment("asp-route-productId", "Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper", "RouteValues"));
                }
                BeginWriteTagHelperAttribute();
#line 19 "C:\Users\Sevgi AKTEN\source\repos\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
                WriteLiteral(product.ProductId);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues["productId"] = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-productId", __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues["productId"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(565, 17, true);
                WriteLiteral("</td>\r\n\t\t\t</tr>\r\n");
                EndContext();
#line 21 "C:\Users\Sevgi AKTEN\source\repos\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
            }

#line default
#line hidden
            BeginContext(587, 19, true);
            WriteLiteral("\t</table>\r\n</div>\r\n");
            EndContext();
            BeginContext(606, 207, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("product-list-pager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "198b64eb8d8717b378fa0d65e14c5c04c242700a8835", async() => {
            }
                                                                        );
            __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper = CreateTagHelper <global::Abc.Northwind.MvcWebUI.TagHelpers.PagingTagHelper>();
            __tagHelperExecutionContext.Add(__Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper);
#line 25 "C:\Users\Sevgi AKTEN\source\repos\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
            __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.CurrentCategory = Model.CurrentCategory;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("current-category", __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.CurrentCategory, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 26 "C:\Users\Sevgi AKTEN\source\repos\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
            __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.CurrentPage = Model.CurrentPage;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("current-page", __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.CurrentPage, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 27 "C:\Users\Sevgi AKTEN\source\repos\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
            __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.PageCount = Model.PageCount;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("page-count", __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.PageCount, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 28 "C:\Users\Sevgi AKTEN\source\repos\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
            __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.PageSize = Model.PageSize;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("page-size", __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.PageSize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(813, 2, true);
            WriteLiteral("\r\n");
            EndContext();
        }
Ejemplo n.º 2
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(59, 2, true);
            WriteLiteral("\r\n");
            EndContext();
#line 3 "C:\Users\cemil.kalyoncu\source\repos\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"

            Layout = "~/Views/_Layout.cshtml";

#line default
#line hidden
            BeginContext(108, 188, true);
            WriteLiteral("<div>\r\n    <table class=\"table\">\r\n            <tr>\r\n                <th>Product Name</th>\r\n                <th>Unit Price</th>\r\n                <th>Units In Stock</th>\r\n            </tr>\r\n");
            EndContext();
#line 13 "C:\Users\cemil.kalyoncu\source\repos\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
            foreach (var product in Model.Products)
            {
#line default
#line hidden
                BeginContext(365, 46, true);
                WriteLiteral("                <tr>\r\n                    <td>");
                EndContext();
                BeginContext(412, 17, false);
#line 16 "C:\Users\cemil.kalyoncu\source\repos\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
                Write(product.ProductId);

#line default
#line hidden
                EndContext();
                BeginContext(429, 31, true);
                WriteLiteral("</td>\r\n                    <td>");
                EndContext();
                BeginContext(461, 19, false);
#line 17 "C:\Users\cemil.kalyoncu\source\repos\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
                Write(product.ProductName);

#line default
#line hidden
                EndContext();
                BeginContext(480, 31, true);
                WriteLiteral("</td>\r\n                    <td>");
                EndContext();
                BeginContext(512, 17, false);
#line 18 "C:\Users\cemil.kalyoncu\source\repos\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
                Write(product.UnitPrice);

#line default
#line hidden
                EndContext();
                BeginContext(529, 31, true);
                WriteLiteral("</td>\r\n                    <td>");
                EndContext();
                BeginContext(561, 20, false);
#line 19 "C:\Users\cemil.kalyoncu\source\repos\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
                Write(product.UnitsInstock);

#line default
#line hidden
                EndContext();
                BeginContext(581, 31, true);
                WriteLiteral("</td>\r\n                    <td>");
                EndContext();
                BeginContext(612, 213, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "198d555a8d7d44af8300904726051f81", async() => {
                    BeginContext(810, 11, true);
                    WriteLiteral("Add To Cart");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Controller = (string)__tagHelperAttribute_1.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Action = (string)__tagHelperAttribute_2.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                if (__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues == null)
                {
                    throw new InvalidOperationException(InvalidTagHelperIndexerAssignment("asp-route-productId", "Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper", "RouteValues"));
                }
                BeginWriteTagHelperAttribute();
#line 23 "C:\Users\cemil.kalyoncu\source\repos\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
                WriteLiteral(product.ProductId);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues["productId"] = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-productId", __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues["productId"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(825, 31, true);
                WriteLiteral("</td>\r\n                </tr> \r\n");
                EndContext();
#line 25 "C:\Users\cemil.kalyoncu\source\repos\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
            }

#line default
#line hidden
            BeginContext(871, 22, true);
            WriteLiteral("    </table>\r\n</div>\r\n");
            EndContext();
            BeginContext(893, 238, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("product-list-pager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d88b80daefab4f8abce18a89ce02e537", async() => {
            }
                                                                        );
            __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper = CreateTagHelper <global::Abc.Northwind.MvcWebUI.TagHelpers.PagingTagHelper>();
            __tagHelperExecutionContext.Add(__Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper);
#line 28 "C:\Users\cemil.kalyoncu\source\repos\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
            __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.CurrentCategory = Model.CurrentCategory;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("current-category", __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.CurrentCategory, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 29 "C:\Users\cemil.kalyoncu\source\repos\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
            __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.CurrentPage = Model.CurrentPage;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("current-page", __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.CurrentPage, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 30 "C:\Users\cemil.kalyoncu\source\repos\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
            __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.PageCount = Model.PageCount;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("page-count", __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.PageCount, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 31 "C:\Users\cemil.kalyoncu\source\repos\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
            __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.PageSize = Model.PageSize;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("page-size", __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.PageSize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(1131, 2, true);
            WriteLiteral("\r\n");
            EndContext();
        }
Ejemplo n.º 3
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(59, 2, true);
            WriteLiteral("\r\n");
            EndContext();
#line 3 "C:\Projects\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"

            Layout = "~/Views/_Layout.cshtml";

#line default
#line hidden
            BeginContext(108, 45, true);
            WriteLiteral("<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n");
            EndContext();
            BeginContext(153, 36, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("head", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "9ae41df4defb0294d6612b2bd77a66db51a52d3f4605", async() => {
                BeginContext(159, 23, true);
                WriteLiteral("\r\n    <title></title>\r\n");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.HeadTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(189, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            BeginContext(191, 792, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("body", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "9ae41df4defb0294d6612b2bd77a66db51a52d3f5810", async() => {
                BeginContext(197, 180, true);
                WriteLiteral("\r\n    <table class=\"table table-responsive\">\r\n        <tr>\r\n            <td>Product Name</td>\r\n            <td>Unit Price</td>\r\n            <td>Units In Stock</td>\r\n        </tr>\r\n");
                EndContext();
#line 17 "C:\Projects\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
                foreach (var product in Model.Products)
                {
#line default
#line hidden
                    BeginContext(438, 38, true);
                    WriteLiteral("            <tr>\r\n                <td>");
                    EndContext();
                    BeginContext(477, 19, false);
#line 20 "C:\Projects\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
                    Write(product.ProductName);

#line default
#line hidden
                    EndContext();
                    BeginContext(496, 27, true);
                    WriteLiteral("</td>\r\n                <td>");
                    EndContext();
                    BeginContext(524, 17, false);
#line 21 "C:\Projects\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
                    Write(product.UnitPrice);

#line default
#line hidden
                    EndContext();
                    BeginContext(541, 27, true);
                    WriteLiteral("</td>\r\n                <td>");
                    EndContext();
                    BeginContext(569, 20, false);
#line 22 "C:\Projects\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
                    Write(product.UnitsInStock);

#line default
#line hidden
                    EndContext();
                    BeginContext(589, 27, true);
                    WriteLiteral("</td>\r\n                <td>");
                    EndContext();
                    BeginContext(616, 124, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "9ae41df4defb0294d6612b2bd77a66db51a52d3f7823", async() => {
                    }
                                                                                );
                    __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper);
                    __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                    __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Controller = (string)__tagHelperAttribute_1.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                    __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Action = (string)__tagHelperAttribute_2.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                    if (__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues == null)
                    {
                        throw new InvalidOperationException(InvalidTagHelperIndexerAssignment("asp-route-productId", "Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper", "RouteValues"));
                    }
                    BeginWriteTagHelperAttribute();
#line 23 "C:\Projects\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
                    WriteLiteral(product.ProductId);

#line default
#line hidden
                    __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                    __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues["productId"] = __tagHelperStringValueBuffer;
                    __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-productId", __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues["productId"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(740, 26, true);
                    WriteLiteral("</td>\r\n            </tr>\r\n");
                    EndContext();
#line 25 "C:\Projects\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
                }

#line default
#line hidden
                BeginContext(777, 20, true);
                WriteLiteral("    </table>\r\n\r\n    ");
                EndContext();
                BeginContext(797, 177, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("product-list-pager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "9ae41df4defb0294d6612b2bd77a66db51a52d3f10817", async() => {
                }
                                                                            );
                __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper = CreateTagHelper <global::Abc.Northwind.MvcWebUI.TagHelpers.PagingTagHelper>();
                __tagHelperExecutionContext.Add(__Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper);
#line 28 "C:\Projects\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
                __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.CurrentCategory = Model.CurrentCategory;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("current-category", __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.CurrentCategory, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 28 "C:\Projects\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
                __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.CurrentPage = Model.CurrentPage;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("current-page", __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.CurrentPage, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 28 "C:\Projects\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
                __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.PageCount = Model.PageCount;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("page-count", __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.PageCount, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                BeginWriteTagHelperAttribute();
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __tagHelperExecutionContext.AddHtmlAttribute(",", Html.Raw(__tagHelperStringValueBuffer), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.Minimized);
#line 28 "C:\Projects\Abc\Abc.Northwind.MvcWebUI\Views\Product\Index.cshtml"
                __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.PageSize = Model.PageSize;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("page-size", __Abc_Northwind_MvcWebUI_TagHelpers_PagingTagHelper.PageSize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(974, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.BodyTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(983, 9, true);
            WriteLiteral("\r\n</html>");
            EndContext();
        }