Exemple #1
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(107, 2, true);
            WriteLiteral("\r\n");
            EndContext();
#line 4 "C:\Users\Arthur\source\repos\GuitarProjectWebsite\GuitarProjectWebsite\Views\AllCategories\Index.cshtml"

            ViewData["Title"] = "Index";

#line default
#line hidden
            BeginContext(150, 25, true);
            WriteLiteral("\r\n<h1>Categories</h1>\r\n\r\n");
            EndContext();
            BeginContext(175, 223, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("list-group", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e06deeea066f878ef117c53c9b5fbc238c0530924372", async() => {
                BeginContext(187, 2, true);
                WriteLiteral("\r\n");
                EndContext();
#line 11 "C:\Users\Arthur\source\repos\GuitarProjectWebsite\GuitarProjectWebsite\Views\AllCategories\Index.cshtml"
                foreach (var item in Model)
                {
#line default
#line hidden
                    BeginContext(230, 8, true);
                    WriteLiteral("        ");
                    EndContext();
                    BeginContext(238, 138, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("list-group-item", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e06deeea066f878ef117c53c9b5fbc238c0530925067", async() => {
                        BeginContext(255, 43, true);
                        WriteLiteral("\r\n            <a class=\"nav-link text-dark\"");
                        EndContext();
                        BeginWriteAttribute("href", " href=\"", 298, "\"", 332, 2);
                        WriteAttributeValue("", 305, "AllCategories/Show/", 305, 19, true);
#line 14 "C:\Users\Arthur\source\repos\GuitarProjectWebsite\GuitarProjectWebsite\Views\AllCategories\Index.cshtml"
                        WriteAttributeValue("", 324, item.ID, 324, 8, false);

#line default
#line hidden
                        EndWriteAttribute();
                        BeginContext(333, 1, true);
                        WriteLiteral(">");
                        EndContext();
                        BeginContext(335, 9, false);
#line 14 "C:\Users\Arthur\source\repos\GuitarProjectWebsite\GuitarProjectWebsite\Views\AllCategories\Index.cshtml"
                        Write(item.Name);

#line default
#line hidden
                        EndContext();
                        BeginContext(344, 14, true);
                        WriteLiteral("</a>\r\n        ");
                        EndContext();
                    }
                                                                                );
                    __BSolutions_Bocons_Controls_ListGroup_ListGroupItemTagHelper = CreateTagHelper <global::BSolutions.Bocons.Controls.ListGroup.ListGroupItemTagHelper>();
                    __tagHelperExecutionContext.Add(__BSolutions_Bocons_Controls_ListGroup_ListGroupItemTagHelper);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(376, 2, true);
                    WriteLiteral("\r\n");
                    EndContext();
#line 16 "C:\Users\Arthur\source\repos\GuitarProjectWebsite\GuitarProjectWebsite\Views\AllCategories\Index.cshtml"
                }

#line default
#line hidden
            }
                                                                        );
            __BSolutions_Bocons_Controls_ListGroup_ListGroupTagHelper = CreateTagHelper <global::BSolutions.Bocons.Controls.ListGroup.ListGroupTagHelper>();
            __tagHelperExecutionContext.Add(__BSolutions_Bocons_Controls_ListGroup_ListGroupTagHelper);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(398, 4, true);
            WriteLiteral("\r\n\r\n");
            EndContext();
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(107, 2, true);
            WriteLiteral("\r\n");
            EndContext();
#line 4 "C:\Users\Arthur\source\repos\GuitarProjectWebsite\GuitarProjectWebsite\Views\AllProducers\Index.cshtml"

            ViewData["Title"] = "Index";

#line default
#line hidden
            BeginContext(150, 24, true);
            WriteLiteral("\r\n<h1>Producers</h1>\r\n\r\n");
            EndContext();
            BeginContext(174, 222, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("list-group", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "be49ce06ed92938861552d9a76e23262a42229b54362", async() => {
                BeginContext(186, 2, true);
                WriteLiteral("\r\n");
                EndContext();
#line 11 "C:\Users\Arthur\source\repos\GuitarProjectWebsite\GuitarProjectWebsite\Views\AllProducers\Index.cshtml"
                foreach (var item in Model)
                {
#line default
#line hidden
                    BeginContext(229, 8, true);
                    WriteLiteral("        ");
                    EndContext();
                    BeginContext(237, 137, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("list-group-item", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "be49ce06ed92938861552d9a76e23262a42229b55056", async() => {
                        BeginContext(254, 43, true);
                        WriteLiteral("\r\n            <a class=\"nav-link text-dark\"");
                        EndContext();
                        BeginWriteAttribute("href", " href=\"", 297, "\"", 330, 2);
                        WriteAttributeValue("", 304, "AllProducers/Show/", 304, 18, true);
#line 14 "C:\Users\Arthur\source\repos\GuitarProjectWebsite\GuitarProjectWebsite\Views\AllProducers\Index.cshtml"
                        WriteAttributeValue("", 322, item.ID, 322, 8, false);

#line default
#line hidden
                        EndWriteAttribute();
                        BeginContext(331, 1, true);
                        WriteLiteral(">");
                        EndContext();
                        BeginContext(333, 9, false);
#line 14 "C:\Users\Arthur\source\repos\GuitarProjectWebsite\GuitarProjectWebsite\Views\AllProducers\Index.cshtml"
                        Write(item.Name);

#line default
#line hidden
                        EndContext();
                        BeginContext(342, 14, true);
                        WriteLiteral("</a>\r\n        ");
                        EndContext();
                    }
                                                                                );
                    __BSolutions_Bocons_Controls_ListGroup_ListGroupItemTagHelper = CreateTagHelper <global::BSolutions.Bocons.Controls.ListGroup.ListGroupItemTagHelper>();
                    __tagHelperExecutionContext.Add(__BSolutions_Bocons_Controls_ListGroup_ListGroupItemTagHelper);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(374, 2, true);
                    WriteLiteral("\r\n");
                    EndContext();
#line 16 "C:\Users\Arthur\source\repos\GuitarProjectWebsite\GuitarProjectWebsite\Views\AllProducers\Index.cshtml"
                }

#line default
#line hidden
            }
                                                                        );
            __BSolutions_Bocons_Controls_ListGroup_ListGroupTagHelper = CreateTagHelper <global::BSolutions.Bocons.Controls.ListGroup.ListGroupTagHelper>();
            __tagHelperExecutionContext.Add(__BSolutions_Bocons_Controls_ListGroup_ListGroupTagHelper);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(396, 4, true);
            WriteLiteral("\r\n\r\n");
            EndContext();
        }