示例#1
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(56, 4, true);
            WriteLiteral("\r\n\r\n");
            EndContext();
#line 4 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"

            ViewData["Title"] = "Index";
            Layout            = "~/Areas/Admin/Views/Shared/_Layout.cshtml";

#line default
#line hidden
            BeginContext(160, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            BeginContext(162, 4986, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ea36c26929d24a35865d3bc3d3eaf720", async() => {
                BeginContext(181, 161, true);
                WriteLiteral("\r\n    <br /><br />\r\n    <h2 class=\"text-info\">Appointment List</h2>\r\n    <br />\r\n\r\n    <div style=\"height:150px; background-color:aliceblue\" class=\"container\">\r\n");
                EndContext();
                BeginContext(385, 240, true);
                WriteLiteral("        <div class=\"col-12\">\r\n            <div class=\"row\" style=\"padding-top:10px;\">\r\n                <div class=\"col-2\">\r\n                    Customer Name\r\n                </div>\r\n                <div class=\"col-3\">\r\n                    ");
                EndContext();
                BeginContext(626, 83, false);
#line 22 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                Write(Html.Editor("searchName", new { htmlAttributes = new { @class = "form-control" } }));

#line default
#line hidden
                EndContext();
                BeginContext(709, 234, true);
                WriteLiteral("\r\n                </div>\r\n                <div class=\"col-2\">\r\n\r\n                </div>\r\n                <div class=\"col-2\">\r\n                    Email\r\n                </div>\r\n                <div class=\"col-3\">\r\n                    ");
                EndContext();
                BeginContext(944, 84, false);
#line 31 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                Write(Html.Editor("searchEmail", new { htmlAttributes = new { @class = "form-control" } }));

#line default
#line hidden
                EndContext();
                BeginContext(1028, 257, true);
                WriteLiteral(@"
                </div>

            </div>
            <div class=""row"" style=""padding-top:10px;"">
                <div class=""col-2"">
                    Phone Number
                </div>
                <div class=""col-3"">
                    ");
                EndContext();
                BeginContext(1286, 84, false);
#line 40 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                Write(Html.Editor("searchPhone", new { htmlAttributes = new { @class = "form-control" } }));

#line default
#line hidden
                EndContext();
                BeginContext(1370, 245, true);
                WriteLiteral("\r\n                </div>\r\n                <div class=\"col-2\">\r\n\r\n                </div>\r\n                <div class=\"col-2\">\r\n                    Appointment Date\r\n                </div>\r\n                <div class=\"col-3\">\r\n                    ");
                EndContext();
                BeginContext(1616, 103, false);
#line 49 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                Write(Html.Editor("searchDate", new { htmlAttributes = new { @class = "form-control", @id = "datepicker" } }));

#line default
#line hidden
                EndContext();
                BeginContext(1719, 829, true);
                WriteLiteral(@"
                </div>

            </div>
            <div class=""row"" style=""padding-top:10px;"">
                <div class=""col-2"">
                </div>
                <div class=""col-3"">
                </div>
                <div class=""col-2"">

                </div>
                <div class=""col-2"">
                </div>
                <div class=""col-3"">
                    <button type=""submit"" name=""submit"" value=""Search"" class=""btn btn-primary form-control"">
                        <i class=""fas fa-search""></i> Search
                    </button>
                </div>

            </div>
        </div>
    </div>

    <br /><br />

    <div>
        <table class=""table table-striped border"">
            <tr class=""table-info"">
                <th>
                    ");
                EndContext();
                BeginContext(2549, 73, false);
#line 79 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                Write(Html.DisplayNameFor(m => m.Appointments.FirstOrDefault().SalePerson.Name));

#line default
#line hidden
                EndContext();
                BeginContext(2622, 67, true);
                WriteLiteral("\r\n                </th>\r\n                <th>\r\n                    ");
                EndContext();
                BeginContext(2690, 72, false);
#line 82 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                Write(Html.DisplayNameFor(m => m.Appointments.FirstOrDefault().AppoinmentDate));

#line default
#line hidden
                EndContext();
                BeginContext(2762, 67, true);
                WriteLiteral("\r\n                </th>\r\n                <th>\r\n                    ");
                EndContext();
                BeginContext(2830, 73, false);
#line 85 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                Write(Html.DisplayNameFor(m => m.Appointments.FirstOrDefault().AppointmentTime));

#line default
#line hidden
                EndContext();
                BeginContext(2903, 67, true);
                WriteLiteral("\r\n                </th>\r\n                <th>\r\n                    ");
                EndContext();
                BeginContext(2971, 70, false);
#line 88 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                Write(Html.DisplayNameFor(m => m.Appointments.FirstOrDefault().CustomerName));

#line default
#line hidden
                EndContext();
                BeginContext(3041, 67, true);
                WriteLiteral("\r\n                </th>\r\n                <th>\r\n                    ");
                EndContext();
                BeginContext(3109, 71, false);
#line 91 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                Write(Html.DisplayNameFor(m => m.Appointments.FirstOrDefault().CustomerPhone));

#line default
#line hidden
                EndContext();
                BeginContext(3180, 67, true);
                WriteLiteral("\r\n                </th>\r\n                <th>\r\n                    ");
                EndContext();
                BeginContext(3248, 71, false);
#line 94 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                Write(Html.DisplayNameFor(m => m.Appointments.FirstOrDefault().CustomerEmail));

#line default
#line hidden
                EndContext();
                BeginContext(3319, 67, true);
                WriteLiteral("\r\n                </th>\r\n                <th>\r\n                    ");
                EndContext();
                BeginContext(3387, 74, false);
#line 97 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                Write(Html.DisplayNameFor(m => m.Appointments.FirstOrDefault().TotalAppointment));

#line default
#line hidden
                EndContext();
                BeginContext(3461, 67, true);
                WriteLiteral("\r\n                </th>\r\n                <th>\r\n                    ");
                EndContext();
                BeginContext(3529, 69, false);
#line 100 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                Write(Html.DisplayNameFor(m => m.Appointments.FirstOrDefault().isConfirmed));

#line default
#line hidden
                EndContext();
                BeginContext(3598, 67, true);
                WriteLiteral("\r\n                </th>\r\n                <th>\r\n                    ");
                EndContext();
                BeginContext(3666, 64, false);
#line 103 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                Write(Html.DisplayNameFor(m => m.Appointments.FirstOrDefault().status));

#line default
#line hidden
                EndContext();
                BeginContext(3730, 73, true);
                WriteLiteral("\r\n                </th>\r\n                <th></th>\r\n\r\n            </tr>\r\n");
                EndContext();
#line 108 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                foreach (var item in Model.Appointments)
                {
#line default
#line hidden
                    BeginContext(3873, 48, true);
                    WriteLiteral("        <tr>\r\n            <td>\r\n                ");
                    EndContext();
                    BeginContext(3922, 42, false);
#line 112 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                    Write(Html.DisplayFor(m => item.SalePerson.Name));

#line default
#line hidden
                    EndContext();
                    BeginContext(3964, 57, true);
                    WriteLiteral("\r\n            </td>\r\n\r\n            <td>\r\n                ");
                    EndContext();
                    BeginContext(4022, 43, false);
#line 116 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                    Write(String.Format("{0:d}", item.AppoinmentDate));

#line default
#line hidden
                    EndContext();
                    BeginContext(4065, 57, true);
                    WriteLiteral("\r\n            </td>\r\n\r\n            <td>\r\n                ");
                    EndContext();
                    BeginContext(4123, 44, false);
#line 120 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                    Write(String.Format("{0:t}", item.AppointmentTime));

#line default
#line hidden
                    EndContext();
                    BeginContext(4167, 55, true);
                    WriteLiteral("\r\n            </td>\r\n            <td>\r\n                ");
                    EndContext();
                    BeginContext(4223, 39, false);
#line 123 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                    Write(Html.DisplayFor(m => item.CustomerName));

#line default
#line hidden
                    EndContext();
                    BeginContext(4262, 55, true);
                    WriteLiteral("\r\n            </td>\r\n            <td>\r\n                ");
                    EndContext();
                    BeginContext(4318, 40, false);
#line 126 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                    Write(Html.DisplayFor(m => item.CustomerPhone));

#line default
#line hidden
                    EndContext();
                    BeginContext(4358, 55, true);
                    WriteLiteral("\r\n            </td>\r\n            <td>\r\n                ");
                    EndContext();
                    BeginContext(4414, 40, false);
#line 129 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                    Write(Html.DisplayFor(m => item.CustomerEmail));

#line default
#line hidden
                    EndContext();
                    BeginContext(4454, 55, true);
                    WriteLiteral("\r\n            </td>\r\n            <td>\r\n                ");
                    EndContext();
                    BeginContext(4510, 43, false);
#line 132 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                    Write(Html.DisplayFor(m => item.TotalAppointment));

#line default
#line hidden
                    EndContext();
                    BeginContext(4553, 55, true);
                    WriteLiteral("\r\n            </td>\r\n            <td>\r\n                ");
                    EndContext();
                    BeginContext(4609, 38, false);
#line 135 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                    Write(Html.DisplayFor(m => item.isConfirmed));

#line default
#line hidden
                    EndContext();
                    BeginContext(4647, 55, true);
                    WriteLiteral("\r\n            </td>\r\n            <td>\r\n                ");
                    EndContext();
                    BeginContext(4703, 33, false);
#line 138 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                    Write(Html.DisplayFor(m => item.status));

#line default
#line hidden
                    EndContext();
                    BeginContext(4736, 37, true);
                    WriteLiteral("\r\n            </td>\r\n                ");
                    EndContext();
                    BeginContext(4773, 54, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("partial", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "43c8d3dde6f243bfb05a39e6c728800e", async() => {
                    }
                                                                                );
                    __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper);
                    __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Name = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 140 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                    __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model = item.Id;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("model", __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model, 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(4827, 17, true);
                    WriteLiteral("\r\n        </tr>\r\n");
                    EndContext();
#line 142 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                }

#line default
#line hidden
                BeginContext(4861, 34, true);
                WriteLiteral("        </table>\r\n    </div>\r\n    ");
                EndContext();
                BeginContext(4895, 244, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("div", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "cf065b3614f14b1e8e245c98ce3b0f07", async() => {
                }
                                                                            );
                __doan_cnpm_TagHelpers_PageLinkTagHelper = CreateTagHelper <global::doan_cnpm.TagHelpers.PageLinkTagHelper>();
                __tagHelperExecutionContext.Add(__doan_cnpm_TagHelpers_PageLinkTagHelper);
#line 146 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                __doan_cnpm_TagHelpers_PageLinkTagHelper.PageModel = Model.PagingInfo;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("page-model", __doan_cnpm_TagHelpers_PageLinkTagHelper.PageModel, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __doan_cnpm_TagHelpers_PageLinkTagHelper.PageAction = (string)__tagHelperAttribute_1.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
#line 146 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Appointments\Index.cshtml"
                __doan_cnpm_TagHelpers_PageLinkTagHelper.PageClassesEnabled = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("page-classes-enabled", __doan_cnpm_TagHelpers_PageLinkTagHelper.PageClassesEnabled, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __doan_cnpm_TagHelpers_PageLinkTagHelper.PageClass = (string)__tagHelperAttribute_2.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                __doan_cnpm_TagHelpers_PageLinkTagHelper.PageClassNormal = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                __doan_cnpm_TagHelpers_PageLinkTagHelper.PageClassSelected = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_5);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(5139, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_6.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(5148, 4, true);
            WriteLiteral("\r\n\r\n");
            EndContext();
            DefineSection("Scripts", async() => {
                BeginContext(5169, 176, true);
                WriteLiteral("\r\n    <script>\r\n\r\n        $(function () {\r\n            $(\"#datepicker\").datepicker({\r\n                minDate: +1, maxDate: \"+3M\"\r\n            });\r\n        });\r\n    </script>\r\n");
                EndContext();
            }
                          );
        }
示例#2
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 2 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Customer\Views\Shop\Index.cshtml"

            ViewData["Title"] = "Index";
            Layout            = "~/Areas/Customer/Views/Shared/_LayoutHomePage.cshtml";

#line default
#line hidden
            BeginContext(162, 10, true);
            WriteLiteral("\r\n<br />\r\n");
            EndContext();
            DefineSection("Slider", async() => {
                BeginContext(188, 178, true);
                WriteLiteral("\r\n    <div class=\"site-blocks-cover\" data-aos=\"fade\">\r\n        <div class=\"site-blocks-cover\" data-aos=\"fade\">\r\n            <div class=\"order-1 align-self-end\">\r\n                ");
                EndContext();
                BeginContext(366, 83, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("img", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagOnly, "6cfa14ba2b204ac1989692433eb1b082", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(449, 54, true);
                WriteLiteral("\r\n            </div>\r\n\r\n        </div>\r\n    </div>\r\n\r\n");
                EndContext();
            }
                          );
            BeginContext(506, 1512, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f5fb89f513894a6fa1144547bc7742e0", async() => {
                BeginContext(525, 156, true);
                WriteLiteral("\r\n    <div class=\"container\">\r\n        <div class=\"row\">\r\n            <div class=\"col-7 row\">\r\n                <div class=\"col-1\"></div>\r\n                <a");
                EndContext();
                BeginWriteAttribute("href", " href=\"", 681, "\"", 751, 1);
#line 24 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Customer\Views\Shop\Index.cshtml"
                WriteAttributeValue(" ", 688, Url.Action("Index", "Shop", new { searchName = "", searchType = "" }), 689, 62, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(752, 94, true);
                WriteLiteral(" class=\"mtext-101 cl6 hov1 bor3 trans-04 m-r-32 m-tb-5\">All Products</a>\r\n\r\n                <a");
                EndContext();
                BeginWriteAttribute("href", " href=\"", 846, "\"", 921, 1);
#line 26 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Customer\Views\Shop\Index.cshtml"
                WriteAttributeValue(" ", 853, Url.Action("Index", "Shop", new { searchName = "", searchType = "Pizza" }), 854, 67, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(922, 87, true);
                WriteLiteral(" class=\"mtext-101 cl6 hov1 bor3 trans-04 m-r-32 m-tb-5\">Pizza</a>\r\n\r\n                <a");
                EndContext();
                BeginWriteAttribute("href", " href=\"", 1009, "\"", 1086, 1);
#line 28 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Customer\Views\Shop\Index.cshtml"
                WriteAttributeValue(" ", 1016, Url.Action("Index", "Shop", new { searchName = "", searchType = "Dessert" }), 1017, 69, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1087, 89, true);
                WriteLiteral(" class=\"mtext-101 cl6 hov1 bor3 trans-04 m-r-32 m-tb-5\">Dessert</a>\r\n\r\n                <a");
                EndContext();
                BeginWriteAttribute("href", " href=\"", 1176, "\"", 1258, 1);
#line 30 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Customer\Views\Shop\Index.cshtml"
                WriteAttributeValue(" ", 1183, Url.Action("Index", "Shop", new { searchName = "", searchType = "Healthy Food" }), 1184, 74, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1259, 94, true);
                WriteLiteral(" class=\"mtext-101 cl6 hov1 bor3 trans-04 m-r-32 m-tb-5\">Healthy Food</a>\r\n\r\n                <a");
                EndContext();
                BeginWriteAttribute("href", " href=\"", 1353, "\"", 1427, 1);
#line 32 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Customer\Views\Shop\Index.cshtml"
                WriteAttributeValue(" ", 1360, Url.Action("Index", "Shop", new { searchName = "", searchType = "Wine" }), 1361, 66, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1428, 86, true);
                WriteLiteral(" class=\"mtext-101 cl6 hov1 bor3 trans-04 m-r-32 m-tb-5\">Wine</a>\r\n\r\n                <a");
                EndContext();
                BeginWriteAttribute("href", " href=\"", 1514, "\"", 1596, 1);
#line 34 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Customer\Views\Shop\Index.cshtml"
                WriteAttributeValue(" ", 1521, Url.Action("Index", "Shop", new { searchName = "", searchType = "Tea & Coffee" }), 1522, 74, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1597, 143, true);
                WriteLiteral(" class=\"mtext-101 cl6 hov1 bor3 trans-04 m-r-32 m-tb-5\">Tea & Coffee</a>\r\n            </div>\r\n            <div class=\"col-3\">\r\n                ");
                EndContext();
                BeginContext(1741, 83, false);
#line 37 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Customer\Views\Shop\Index.cshtml"
                Write(Html.Editor("searchName", new { htmlAttributes = new { @class = "form-control" } }));

#line default
#line hidden
                EndContext();
                BeginContext(1824, 187, true);
                WriteLiteral("\r\n            </div>\r\n            <div class=\"col-2\"><button type=\"submit\" value=\"Search\" class=\"btn btn-primary form-control\"><i>Search</i></button></div>\r\n        </div>\r\n    </div>\r\n\r\n");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_3.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(2018, 94, true);
            WriteLiteral("\r\n<br />\r\n<br />\r\n<div class=\"row isotope-grid\" style=\"margin-left:50px;margin-right:50px;\">\r\n");
            EndContext();
#line 47 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Customer\Views\Shop\Index.cshtml"
            foreach (var product in Model.Products)
            {
#line default
#line hidden
                BeginContext(2165, 208, true);
                WriteLiteral("        <div class=\"col-sm-6 col-md-4 col-lg-3 p-b-35 isotope-item\">\r\n            <!-- Block2 -->\r\n            <div class=\"block2\">\r\n                <div class=\"block2-pic hov-img0\">\r\n                    <img");
                EndContext();
                BeginWriteAttribute("src", " src=\"", 2373, "\"", 2393, 1);
#line 53 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Customer\Views\Shop\Index.cshtml"
                WriteAttributeValue("", 2379, product.Image, 2379, 14, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(2394, 59, true);
                WriteLiteral(" alt=\"IMG-PRODUCT\" class=\"picture\">\r\n\r\n                    ");
                EndContext();
                BeginContext(2453, 263, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "b0b466d9fbc049b9974ced8ce491d8e3", async() => {
                    BeginContext(2654, 58, true);
                    WriteLiteral("\r\n                        Quick View\r\n                    ");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Action = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Controller = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Area = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                if (__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues == null)
                {
                    throw new InvalidOperationException(InvalidTagHelperIndexerAssignment("asp-route-id", "Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper", "RouteValues"));
                }
                BeginWriteTagHelperAttribute();
#line 55 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Customer\Views\Shop\Index.cshtml"
                WriteLiteral(product.ProductId);

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

                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2716, 302, true);
                WriteLiteral(@"
                </div>

                <div class=""block2-txt flex-w flex-t p-t-14"">
                    <div class=""block2-txt-child1 flex-col-l "">
                        <a href=""#"" class=""stext-104 cl4 hov-cl1 trans-04 js-name-b2 p-b-6"" style=""font-size:20px;"">
                            ");
                EndContext();
                BeginContext(3019, 19, false);
#line 63 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Customer\Views\Shop\Index.cshtml"
                Write(product.ProductName);

#line default
#line hidden
                EndContext();
                BeginContext(3038, 32, true);
                WriteLiteral("\r\n                        </a>\r\n");
                EndContext();
#line 65 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Customer\Views\Shop\Index.cshtml"
                if (product.newPrice != 0)
                {
#line default
#line hidden
                    BeginContext(3150, 181, true);
                    WriteLiteral("                            <span class=\"stext-105 cl3\" style=\"font-weight:normal;color:dimgray;font-size:20px;\">\r\n                                <del style=\"padding-right:100px;\">");
                    EndContext();
                    BeginContext(3332, 37, false);
#line 68 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Customer\Views\Shop\Index.cshtml"
                    Write(string.Format("{0:c}", product.Price));

#line default
#line hidden
                    EndContext();
                    BeginContext(3369, 14, true);
                    WriteLiteral("</del><strong>");
                    EndContext();
                    BeginContext(3384, 40, false);
#line 68 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Customer\Views\Shop\Index.cshtml"
                    Write(string.Format("{0:c}", product.newPrice));

#line default
#line hidden
                    EndContext();
                    BeginContext(3424, 50, true);
                    WriteLiteral("</strong>\r\n\r\n                            </span>\r\n");
                    EndContext();
#line 71 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Customer\Views\Shop\Index.cshtml"
                }
                else
                {
#line default
#line hidden
                    BeginContext(3558, 161, true);
                    WriteLiteral("                            <span class=\"stext-105 cl3\" style=\"font-weight:bold;color:black;font-size:20px; text-align:right;\">\r\n                                ");
                    EndContext();
                    BeginContext(3720, 37, false);
#line 75 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Customer\Views\Shop\Index.cshtml"
                    Write(string.Format("{0:c}", product.Price));

#line default
#line hidden
                    EndContext();
                    BeginContext(3757, 39, true);
                    WriteLiteral("\r\n                            </span>\r\n");
                    EndContext();
#line 77 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Customer\Views\Shop\Index.cshtml"
                }

#line default
#line hidden
                BeginContext(3823, 548, true);
                WriteLiteral(@"
                        <div class=""star-rating"">
                            <span class=""icon-star2 text-warning""></span>
                            <span class=""icon-star2 text-warning""></span>
                            <span class=""icon-star2 text-warning""></span>
                            <span class=""icon-star2 text-warning""></span>
                            <span class=""icon-star2 text-warning""></span>
                        </div>
                    </div>
                </div>
            </div>
        </div>
");
                EndContext();
#line 90 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Customer\Views\Shop\Index.cshtml"
            }

#line default
#line hidden
            BeginContext(4378, 8, true);
            WriteLiteral("</div>\r\n");
            EndContext();
            BeginContext(4386, 262, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("div", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e9ccfe68e71b46a595339a8c06a343f7", async() => {
            }
                                                                        );
            __doan_cnpm_TagHelpers_PageLinkTagHelper = CreateTagHelper <global::doan_cnpm.TagHelpers.PageLinkTagHelper>();
            __tagHelperExecutionContext.Add(__doan_cnpm_TagHelpers_PageLinkTagHelper);
#line 92 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Customer\Views\Shop\Index.cshtml"
            __doan_cnpm_TagHelpers_PageLinkTagHelper.PageModel = Model.PagingInfo;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("page-model", __doan_cnpm_TagHelpers_PageLinkTagHelper.PageModel, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __doan_cnpm_TagHelpers_PageLinkTagHelper.PageAction = (string)__tagHelperAttribute_8.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
#line 92 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Customer\Views\Shop\Index.cshtml"
            __doan_cnpm_TagHelpers_PageLinkTagHelper.PageClassesEnabled = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("page-classes-enabled", __doan_cnpm_TagHelpers_PageLinkTagHelper.PageClassesEnabled, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __doan_cnpm_TagHelpers_PageLinkTagHelper.PageClass = (string)__tagHelperAttribute_9.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
            __doan_cnpm_TagHelpers_PageLinkTagHelper.PageClassNormal = (string)__tagHelperAttribute_10.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
            __doan_cnpm_TagHelpers_PageLinkTagHelper.PageClassSelected = (string)__tagHelperAttribute_11.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_12);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_13);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(4648, 112, true);
            WriteLiteral("\r\n\r\n<!-- Product -->\r\n<style>\r\n    img.picture {\r\n        width: 250px;\r\n        height: 250px;\r\n    }\r\n</style>");
            EndContext();
        }
示例#3
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 2 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Product\Index.cshtml"
  
    ViewData["Title"] = "Index";
    Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml";

#line default
#line hidden
            BeginContext(151, 169, true);
            WriteLiteral("<br />\r\n<br />\r\n<div class=\"row\">\r\n    <div class=\"col-6\">\r\n        <h2 class=\"text-info\">--Product List--</h2>\r\n    </div>\r\n    <div class=\"col-6 text-right\">\r\n        ");
            EndContext();
            BeginContext(320, 92, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ac94fd32940046348fa7bfe47b6f781a", async() => {
                BeginContext(364, 44, true);
                WriteLiteral("<i class=\"fas fa-plus\"></i>&nbsp;New Product");
                EndContext();
            }
            );
            __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper<global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Action = (string)__tagHelperAttribute_0.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(412, 404, true);
            WriteLiteral(@"
    </div>
</div>
<div>
    <table class=""table table-striped border"">
        <tr class=""table-info"">
            <th></th>
            <th>ID</th>
            <th>Name</th>
            <th>Price</th>
            <th>Sale Price</th>
            <th>Description</th>
            <th>Size</th>
            <th>Category</th>
            <th>isNew</th>
            <th></th>
        </tr>
");
            EndContext();
#line 30 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Product\Index.cshtml"
         foreach (var item in Model.Products)
        {

#line default
#line hidden
            BeginContext(874, 64, true);
            WriteLiteral("            <tr>\r\n                <td>\r\n                    <img");
            EndContext();
            BeginWriteAttribute("src", " src=\"", 938, "\"", 955, 1);
#line 34 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Product\Index.cshtml"
WriteAttributeValue("", 944, item.Image, 944, 11, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(956, 94, true);
            WriteLiteral(" alt=\"Image\" style=\"width:200px;height:200px;\" />\r\n                </td>\r\n                <td>");
            EndContext();
            BeginContext(1051, 14, false);
#line 36 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Product\Index.cshtml"
               Write(item.ProductId);

#line default
#line hidden
            EndContext();
            BeginContext(1065, 27, true);
            WriteLiteral("</td>\r\n                <td>");
            EndContext();
            BeginContext(1093, 16, false);
#line 37 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Product\Index.cshtml"
               Write(item.ProductName);

#line default
#line hidden
            EndContext();
            BeginContext(1109, 27, true);
            WriteLiteral("</td>\r\n                <td>");
            EndContext();
            BeginContext(1137, 34, false);
#line 38 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Product\Index.cshtml"
               Write(String.Format("{0:c}", item.Price));

#line default
#line hidden
            EndContext();
            BeginContext(1171, 27, true);
            WriteLiteral("</td>\r\n                <td>");
            EndContext();
            BeginContext(1199, 37, false);
#line 39 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Product\Index.cshtml"
               Write(String.Format("{0:c}", item.newPrice));

#line default
#line hidden
            EndContext();
            BeginContext(1236, 27, true);
            WriteLiteral("</td>\r\n                <td>");
            EndContext();
            BeginContext(1264, 9, false);
#line 40 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Product\Index.cshtml"
               Write(item.Mota);

#line default
#line hidden
            EndContext();
            BeginContext(1273, 27, true);
            WriteLiteral("</td>\r\n                <td>");
            EndContext();
            BeginContext(1301, 16, false);
#line 41 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Product\Index.cshtml"
               Write(item.ProductSize);

#line default
#line hidden
            EndContext();
            BeginContext(1317, 27, true);
            WriteLiteral("</td>\r\n                <td>");
            EndContext();
            BeginContext(1345, 33, false);
#line 42 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Product\Index.cshtml"
               Write(item.ProductTypes.ProductTypeName);

#line default
#line hidden
            EndContext();
            BeginContext(1378, 28, true);
            WriteLiteral("</td>\r\n                <td> ");
            EndContext();
            BeginContext(1407, 32, false);
#line 43 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Product\Index.cshtml"
                Write(Html.DisplayFor(m => item.isNew));

#line default
#line hidden
            EndContext();
            BeginContext(1439, 23, true);
            WriteLiteral("</td>\r\n                ");
            EndContext();
            BeginContext(1462, 62, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("partial", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "9551508aad6f4c43988abf1fe71deceb", async() => {
            }
            );
            __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper = CreateTagHelper<global::Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Name = (string)__tagHelperAttribute_2.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 44 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Product\Index.cshtml"
__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model = item.ProductId;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("model", __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model, 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(1524, 21, true);
            WriteLiteral("\r\n            </tr>\r\n");
            EndContext();
#line 46 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Product\Index.cshtml"
        }

#line default
#line hidden
            BeginContext(1556, 24, true);
            WriteLiteral("    </table>\r\n</div>\r\n\r\n");
            EndContext();
            BeginContext(1580, 262, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("div", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8039e00686e4102850f8be8e0e812a3", async() => {
            }
            );
            __doan_cnpm_TagHelpers_PageLinkTagHelper = CreateTagHelper<global::doan_cnpm.TagHelpers.PageLinkTagHelper>();
            __tagHelperExecutionContext.Add(__doan_cnpm_TagHelpers_PageLinkTagHelper);
#line 50 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Product\Index.cshtml"
__doan_cnpm_TagHelpers_PageLinkTagHelper.PageModel = Model.PagingInfo;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("page-model", __doan_cnpm_TagHelpers_PageLinkTagHelper.PageModel, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __doan_cnpm_TagHelpers_PageLinkTagHelper.PageAction = (string)__tagHelperAttribute_3.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
#line 50 "C:\Users\DELL\Desktop\Nhom 26_NgoVanHAi_17110292 VyChiHoa_17110407\17110292_NgoVanHai 17110407_VyChiHoa\Areas\Admin\Views\Product\Index.cshtml"
__doan_cnpm_TagHelpers_PageLinkTagHelper.PageClassesEnabled = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("page-classes-enabled", __doan_cnpm_TagHelpers_PageLinkTagHelper.PageClassesEnabled, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __doan_cnpm_TagHelpers_PageLinkTagHelper.PageClass = (string)__tagHelperAttribute_4.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
            __doan_cnpm_TagHelpers_PageLinkTagHelper.PageClassNormal = (string)__tagHelperAttribute_5.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
            __doan_cnpm_TagHelpers_PageLinkTagHelper.PageClassSelected = (string)__tagHelperAttribute_6.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_7);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(1842, 10, true);
            WriteLiteral("\r\n\r\n\r\n\r\n\r\n");
            EndContext();
        }