Пример #1
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 3 "D:\Project\angular\Abp.UI\Pages\Components\Paginator.cshtml"

            ViewData["Title"] = "Paginator";

#line default
#line hidden
            BeginContext(129, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("styles", async() => {
                BeginContext(147, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(152, 84, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-style-bundle", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "57a488b0064a752646cac7fa2720f950b12eea965337", async() => {
                    BeginContext(170, 9, true);
                    WriteLiteral("\n        ");
                    EndContext();
                    BeginContext(179, 33, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-style", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "57a488b0064a752646cac7fa2720f950b12eea965756", async() => {
                    }
                                                                                );
                    __Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpStyleTagHelper>();
                    __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleTagHelper);
                    __Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleTagHelper.Src = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(212, 5, true);
                    WriteLiteral("\n    ");
                    EndContext();
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleBundleTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpStyleBundleTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleBundleTagHelper);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(236, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(239, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("scripts", async() => {
                BeginContext(258, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(263, 181, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-script-bundle", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "57a488b0064a752646cac7fa2720f950b12eea968416", async() => {
                    BeginContext(282, 1, true);
                    WriteLiteral("\n");
                    EndContext();
                    BeginContext(420, 4, true);
                    WriteLiteral("    ");
                    EndContext();
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpScriptBundleTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpScriptBundleTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpScriptBundleTagHelper);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(444, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(447, 372, true);
            WriteLiteral(@"
<link rel=""stylesheet""
      href=""http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/default.min.css"">
<script src=""http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js""></script>
<script>hljs.initHighlightingOnLoad();</script>


<h2>Paginator</h2>


<h4>Example</h4>

<div class=""demo-with-code"">
    <div class=""demo-area"">
        ");
            EndContext();
            BeginContext(819, 60, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-paginator", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "57a488b0064a752646cac7fa2720f950b12eea9610367", async() => {
            }
                                                                        );
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Pagination_AbpPaginationTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Pagination.AbpPaginationTagHelper>();
            __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Pagination_AbpPaginationTagHelper);
#line 33 "D:\Project\angular\Abp.UI\Pages\Components\Paginator.cshtml"
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Pagination_AbpPaginationTagHelper.Model = Model.PagerModel;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("model", __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Pagination_AbpPaginationTagHelper.Model, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 33 "D:\Project\angular\Abp.UI\Pages\Components\Paginator.cshtml"
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Pagination_AbpPaginationTagHelper.ShowInfo = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("show-info", __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Pagination_AbpPaginationTagHelper.ShowInfo, 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(879, 48, true);
            WriteLiteral("\n    </div>\n    <div class=\"code-area\">\n        ");
            EndContext();
            BeginContext(927, 3419, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-tabs", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "57a488b0064a752646cac7fa2720f950b12eea9612488", async() => {
                BeginContext(937, 13, true);
                WriteLiteral("\n            ");
                EndContext();
                BeginContext(950, 547, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-tab", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "57a488b0064a752646cac7fa2720f950b12eea9612886", async() => {
                    BeginContext(979, 508, true);
                    WriteLiteral(@"
                <pre><code>
using Microsoft.AspNetCore.Mvc.RazorPages;
using Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Pagination;

namespace Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo.Pages.Components
{
    public class PaginatorModel : PageModel
    {
        public PagerModel PagerModel { get; set; }

        public void OnGet(int currentPage, string sort)
        {
            PagerModel = new PagerModel(100, 10, currentPage, 10, ""Paginator"", sort);
        }
    }
}
</code></pre>
            ");
                    EndContext();
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Tab.AbpTabTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper);
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper.Title = (string)__tagHelperAttribute_1.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1497, 13, true);
                WriteLiteral("\n            ");
                EndContext();
                BeginContext(1510, 193, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-tab", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "57a488b0064a752646cac7fa2720f950b12eea9614934", async() => {
                    BeginContext(1552, 141, true);
                    WriteLiteral("\n                <pre><code>\n&lt;abp-paginator model=&quot;Model.PagerModel&quot; show-info=&quot;true&quot; /&gt;\n</code></pre>\n            ");
                    EndContext();
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Tab.AbpTabTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper);
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper.Title = (string)__tagHelperAttribute_2.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 56 "D:\Project\angular\Abp.UI\Pages\Components\Paginator.cshtml"
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper.Active = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("active", __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper.Active, 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(1703, 13, true);
                WriteLiteral("\n            ");
                EndContext();
                BeginContext(1716, 2610, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-tab", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "57a488b0064a752646cac7fa2720f950b12eea9617047", async() => {
                    BeginContext(1742, 2574, true);
                    WriteLiteral(@"
                <pre><code>
&lt;div class=&quot;row mt-3&quot;&gt;    
    &lt;div class=&quot;col-sm-12 col-md-5&quot;&gt;
        Showing 80 to 90 of 100 entries.
    &lt;/div&gt;
    &lt;div class=&quot;col-sm-12 col-md-7&quot;&gt;
        &lt;nav aria-label=&quot;Page navigation&quot;&gt;
            &lt;ul class=&quot;pagination justify-content-end&quot;&gt;
                &lt;li class=&quot;page-item &quot;&gt;
                    &lt;a tabindex=&quot;-1&quot; class=&quot;page-link&quot; href=&quot;/Components/Paginator?currentPage=7&quot;&gt;Previous&lt;/a&gt;
                &lt;/li&gt;
                &lt;li class=&quot;page-item &quot;&gt;
                    &lt;a tabindex=&quot;-1&quot; class=&quot;page-link&quot; href=&quot;/Components/Paginator?currentPage=1&quot;&gt;1&lt;/a&gt;
                &lt;/li&gt;
                &lt;li class=&quot;page-item &quot;&gt;
                    &lt;a tabindex=&quot;-1&quot; class=&quot;page-link&quot; href=&quot;/Components/Paginator?currentPage=2&quot;&gt;");
                    WriteLiteral(@"2&lt;/a&gt;
                &lt;/li&gt;
                &lt;li class=&quot;page-item &quot;&gt;
                    &lt;span class=&quot;page-link gap&quot;&gt;&mldr;&lt;/span&gt;
                &lt;/li&gt;
                &lt;li class=&quot;page-item &quot;&gt;
                    &lt;a tabindex=&quot;-1&quot; class=&quot;page-link&quot; href=&quot;/Components/Paginator?currentPage=7&quot;&gt;7&lt;/a&gt;
                &lt;/li&gt;
                &lt;li class=&quot;page-item active&quot;&gt;
                     &lt;span class=&quot;page-link&quot;&gt;
                        8
                        &lt;span class=&quot;sr-only&quot;&gt;(current)&lt;/span&gt;
                     &lt;/span&gt;
                &lt;/li&gt;
                &lt;li class=&quot;page-item &quot;&gt;
                    &lt;a tabindex=&quot;-1&quot; class=&quot;page-link&quot; href=&quot;/Components/Paginator?currentPage=9&quot;&gt;9&lt;/a&gt;
                &lt;/li&gt;
                &lt;li class=&quot;page-item &quot;&gt;
  ");
                    WriteLiteral(@"                  &lt;a tabindex=&quot;-1&quot; class=&quot;page-link&quot; href=&quot;/Components/Paginator?currentPage=10&quot;&gt;10&lt;/a&gt;
                &lt;/li&gt;
                &lt;li class=&quot;page-item &quot;&gt;
                    &lt;a tabindex=&quot;-1&quot; class=&quot;page-link&quot; href=&quot;/Components/Paginator?currentPage=9&quot;&gt;Next&lt;/a&gt;
                &lt;/li&gt;
            &lt;/ul&gt;
         &lt;!-- nav--&gt;
    &lt;/nav&gt;&lt;/div&gt;
&lt;/div&gt;
</code></pre>
            ");
                    EndContext();
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Tab.AbpTabTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper);
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper.Title = (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(4326, 9, true);
                WriteLiteral("\n        ");
                EndContext();
            }
                                                                        );
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabsTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Tab.AbpTabsTagHelper>();
            __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabsTagHelper);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(4346, 18, true);
            WriteLiteral("\n    </div>\n</div>");
            EndContext();
        }
Пример #2
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 4 "D:\Project\angular\Abp.UI\Pages\Components\Modals.cshtml"

            ViewData["Title"] = "Modals";

#line default
#line hidden
            BeginContext(184, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("styles", async() => {
                BeginContext(202, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(207, 84, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-style-bundle", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d16e876c4c34c7747496554262a32a93340828b27224", async() => {
                    BeginContext(225, 9, true);
                    WriteLiteral("\n        ");
                    EndContext();
                    BeginContext(234, 33, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-style", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "d16e876c4c34c7747496554262a32a93340828b27643", async() => {
                    }
                                                                                );
                    __Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpStyleTagHelper>();
                    __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleTagHelper);
                    __Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleTagHelper.Src = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(267, 5, true);
                    WriteLiteral("\n    ");
                    EndContext();
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleBundleTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpStyleBundleTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleBundleTagHelper);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(291, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(294, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("scripts", async() => {
                BeginContext(313, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(318, 181, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-script-bundle", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d16e876c4c34c7747496554262a32a93340828b210303", async() => {
                    BeginContext(337, 1, true);
                    WriteLiteral("\n");
                    EndContext();
                    BeginContext(475, 4, true);
                    WriteLiteral("    ");
                    EndContext();
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpScriptBundleTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpScriptBundleTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpScriptBundleTagHelper);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(499, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(502, 485, true);
            WriteLiteral(@"
<link rel=""stylesheet""
      href=""http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/default.min.css"">
<script src=""http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js""></script>
<script>hljs.initHighlightingOnLoad();</script>


<h2>Modals</h2>

<p>Based on <a href=""https://getbootstrap.com/docs/4.1/components/modal/"" target=""_blank""> Bootstrap Modal</a>.</p>

<h4>Example</h4>

<div class=""demo-with-code"">
    <div class=""demo-area"">
        ");
            EndContext();
            BeginContext(987, 102, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d16e876c4c34c7747496554262a32a93340828b212373", async() => {
                BeginContext(1064, 12, true);
                WriteLiteral("Launch modal");
                EndContext();
            }
                                                                        );
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Button_AbpButtonTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Button.AbpButtonTagHelper>();
            __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Button_AbpButtonTagHelper);
#line 35 "D:\Project\angular\Abp.UI\Pages\Components\Modals.cshtml"
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Button_AbpButtonTagHelper.ButtonType = global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Button.AbpButtonType.Primary;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("button-type", __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Button_AbpButtonTagHelper.ButtonType, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __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(1089, 10, true);
            WriteLiteral("\n\n        ");
            EndContext();
            BeginContext(1099, 370, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-modal", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d16e876c4c34c7747496554262a32a93340828b214329", async() => {
                BeginContext(1152, 13, true);
                WriteLiteral("\n            ");
                EndContext();
                BeginContext(1165, 57, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-modal-header", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d16e876c4c34c7747496554262a32a93340828b214729", async() => {
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Modal_AbpModalHeaderTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Modal.AbpModalHeaderTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Modal_AbpModalHeaderTagHelper);
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Modal_AbpModalHeaderTagHelper.Title = (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(1222, 13, true);
                WriteLiteral("\n            ");
                EndContext();
                BeginContext(1235, 107, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-modal-body", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d16e876c4c34c7747496554262a32a93340828b216190", async() => {
                    BeginContext(1251, 74, true);
                    WriteLiteral("\n                Woohoo, you\'re reading this text in a modal!\n            ");
                    EndContext();
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Modal_AbpModalBodyTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Modal.AbpModalBodyTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Modal_AbpModalBodyTagHelper);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1342, 13, true);
                WriteLiteral("\n            ");
                EndContext();
                BeginContext(1355, 93, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-modal-footer", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d16e876c4c34c7747496554262a32a93340828b217609", async() => {
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Modal_AbpModalFooterTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Modal.AbpModalFooterTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Modal_AbpModalFooterTagHelper);
#line 42 "D:\Project\angular\Abp.UI\Pages\Components\Modals.cshtml"
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Modal_AbpModalFooterTagHelper.Buttons = (AbpModalButtons.Save | AbpModalButtons.Close);

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("buttons", __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Modal_AbpModalFooterTagHelper.Buttons, 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(1448, 9, true);
                WriteLiteral("\n        ");
                EndContext();
            }
                                                                        );
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Modal_AbpModalTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Modal.AbpModalTagHelper>();
            __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Modal_AbpModalTagHelper);
#line 37 "D:\Project\angular\Abp.UI\Pages\Components\Modals.cshtml"
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Modal_AbpModalTagHelper.Centered = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("centered", __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Modal_AbpModalTagHelper.Centered, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 37 "D:\Project\angular\Abp.UI\Pages\Components\Modals.cshtml"
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Modal_AbpModalTagHelper.Size = global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Modal.AbpModalSize.Large;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("size", __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Modal_AbpModalTagHelper.Size, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(1469, 48, true);
            WriteLiteral("\n    </div>\n    <div class=\"code-area\">\n        ");
            EndContext();
            BeginContext(1517, 2206, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-tabs", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d16e876c4c34c7747496554262a32a93340828b221237", async() => {
                BeginContext(1527, 13, true);
                WriteLiteral("\n            ");
                EndContext();
                BeginContext(1540, 654, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-tab", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d16e876c4c34c7747496554262a32a93340828b221637", async() => {
                    BeginContext(1568, 616, true);
                    WriteLiteral(@"
                <pre><code>
&lt;abp-button button-type=&quot;Primary&quot; data-toggle=&quot;modal&quot; data-target=&quot;#myModal&quot;&gt;Launch modal&lt;/abp-button&gt;

&lt;abp-modal centered=&quot;true&quot; size=&quot;Large&quot; id=&quot;myModal&quot;&gt;
   &lt;abp-modal-header title=&quot;Modal title&quot;&gt;&lt;/abp-modal-header&gt;
   &lt;abp-modal-body&gt;
       Woohoo, you're reading this text in a modal!
   &lt;/abp-modal-body&gt;
   &lt;abp-modal-footer buttons=&quot;(AbpModalButtons.Save|AbpModalButtons.Close)&quot;&gt;&lt;/abp-modal-footer&gt;
&lt;/abp-modal&gt;
</code></pre>
            ");
                    EndContext();
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Tab.AbpTabTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper);
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper.Title = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2194, 13, true);
                WriteLiteral("\n            ");
                EndContext();
                BeginContext(2207, 1496, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-tab", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d16e876c4c34c7747496554262a32a93340828b223793", async() => {
                    BeginContext(2233, 1460, true);
                    WriteLiteral(@"
                <pre><code>
&lt;!-- Button trigger modal --&gt;
&lt;button type=&quot;button&quot; class=&quot;btn btn-primary&quot; data-toggle=&quot;modal&quot; data-target=&quot;#exampleModal&quot;&gt;
  Launch demo modal
&lt;/button&gt;

&lt;!-- Modal --&gt;
&lt;div class=&quot;modal fade&quot; id=&quot;exampleModal&quot; tabindex=&quot;-1&quot; role=&quot;dialog&quot; aria-labelledby=&quot;exampleModalLabel&quot; aria-hidden=&quot;true&quot;&gt;
  &lt;div class=&quot;modal-dialog modal-dialog-centered modal-lg&quot; role=&quot;document&quot;&gt;
    &lt;div class=&quot;modal-content&quot;&gt;
      &lt;div class=&quot;modal-header&quot;&gt;
        &lt;h5 class=&quot;modal-title&quot; id=&quot;exampleModalLabel&quot;&gt;Modal title&lt;/h5&gt;
        &lt;button type=&quot;button&quot; class=&quot;close&quot; data-dismiss=&quot;modal&quot; aria-label=&quot;Close&quot;&gt;
          &lt;span aria-hidden=&quot;true&quot;&gt;&amp;times;&lt;/span&gt;
        &lt;/button&gt;
      &lt;/div&gt;
      &lt;div c");
                    WriteLiteral(@"lass=&quot;modal-body&quot;&gt;
        ...
      &lt;/div&gt;
      &lt;div class=&quot;modal-footer&quot;&gt;
        &lt;button type=&quot;button&quot; class=&quot;btn btn-secondary&quot; data-dismiss=&quot;modal&quot;&gt;Close&lt;/button&gt;
        &lt;button type=&quot;button&quot; class=&quot;btn btn-primary&quot;&gt;Save&lt;/button&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
</code></pre>
            ");
                    EndContext();
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Tab.AbpTabTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper);
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper.Title = (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(3703, 9, true);
                WriteLiteral("\n        ");
                EndContext();
            }
                                                                        );
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabsTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Tab.AbpTabsTagHelper>();
            __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabsTagHelper);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(3723, 19, true);
            WriteLiteral("\n    </div>\n</div>\n");
            EndContext();
        }
Пример #3
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 3 "D:\Project\angular\Abp.UI\Pages\Components\Breadcrumbs.cshtml"

            ViewData["Title"] = "Breadcrumbs";

#line default
#line hidden
            BeginContext(133, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("styles", async() => {
                BeginContext(151, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(156, 84, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-style-bundle", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a72c45c9e35f84c2d4fb87bfe6a4abcc9c340ec26429", async() => {
                    BeginContext(174, 9, true);
                    WriteLiteral("\n        ");
                    EndContext();
                    BeginContext(183, 33, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-style", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "a72c45c9e35f84c2d4fb87bfe6a4abcc9c340ec26848", async() => {
                    }
                                                                                );
                    __Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpStyleTagHelper>();
                    __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleTagHelper);
                    __Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleTagHelper.Src = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(216, 5, true);
                    WriteLiteral("\n    ");
                    EndContext();
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleBundleTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpStyleBundleTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleBundleTagHelper);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(240, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(243, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("scripts", async() => {
                BeginContext(262, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(267, 181, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-script-bundle", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a72c45c9e35f84c2d4fb87bfe6a4abcc9c340ec29508", async() => {
                    BeginContext(286, 1, true);
                    WriteLiteral("\n");
                    EndContext();
                    BeginContext(424, 4, true);
                    WriteLiteral("    ");
                    EndContext();
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpScriptBundleTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpScriptBundleTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpScriptBundleTagHelper);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(448, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(451, 501, true);
            WriteLiteral(@"
<link rel=""stylesheet""
      href=""http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/default.min.css"">
<script src=""http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js""></script>
<script>hljs.initHighlightingOnLoad();</script>

<h2>Breadcrumbs</h2>

<p>Based on <a href=""https://getbootstrap.com/docs/4.1/components/breadcrumbs/"" target=""_blank""> Bootstrap Breadcrumb</a>.</p>

<h4>Example</h4>

<div class=""demo-with-code"">
    <div class=""demo-area"">

        ");
            EndContext();
            BeginContext(952, 91, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-breadcrumb", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a72c45c9e35f84c2d4fb87bfe6a4abcc9c340ec211592", async() => {
                BeginContext(968, 13, true);
                WriteLiteral("\n            ");
                EndContext();
                BeginContext(981, 36, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-breadcrumb-item", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "a72c45c9e35f84c2d4fb87bfe6a4abcc9c340ec211995", async() => {
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbItemTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Breadcrumb.AbpBreadcrumbItemTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbItemTagHelper);
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbItemTagHelper.Title = (string)__tagHelperAttribute_1.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1017, 9, true);
                WriteLiteral("\n        ");
                EndContext();
            }
                                                                        );
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Breadcrumb.AbpBreadcrumbTagHelper>();
            __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbTagHelper);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(1043, 10, true);
            WriteLiteral("\n\n        ");
            EndContext();
            BeginContext(1053, 152, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-breadcrumb", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a72c45c9e35f84c2d4fb87bfe6a4abcc9c340ec214367", async() => {
                BeginContext(1069, 13, true);
                WriteLiteral("\n            ");
                EndContext();
                BeginContext(1082, 45, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-breadcrumb-item", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "a72c45c9e35f84c2d4fb87bfe6a4abcc9c340ec214772", async() => {
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbItemTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Breadcrumb.AbpBreadcrumbItemTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbItemTagHelper);
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbItemTagHelper.Href = (string)__tagHelperAttribute_2.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbItemTagHelper.Title = (string)__tagHelperAttribute_1.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1127, 13, true);
                WriteLiteral("\n            ");
                EndContext();
                BeginContext(1140, 39, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-breadcrumb-item", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "a72c45c9e35f84c2d4fb87bfe6a4abcc9c340ec216503", async() => {
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbItemTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Breadcrumb.AbpBreadcrumbItemTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbItemTagHelper);
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbItemTagHelper.Title = (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(1179, 9, true);
                WriteLiteral("\n        ");
                EndContext();
            }
                                                                        );
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Breadcrumb.AbpBreadcrumbTagHelper>();
            __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbTagHelper);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(1205, 10, true);
            WriteLiteral("\n\n        ");
            EndContext();
            BeginContext(1215, 208, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-breadcrumb", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a72c45c9e35f84c2d4fb87bfe6a4abcc9c340ec218875", async() => {
                BeginContext(1231, 13, true);
                WriteLiteral("\n            ");
                EndContext();
                BeginContext(1244, 45, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-breadcrumb-item", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "a72c45c9e35f84c2d4fb87bfe6a4abcc9c340ec219280", async() => {
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbItemTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Breadcrumb.AbpBreadcrumbItemTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbItemTagHelper);
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbItemTagHelper.Href = (string)__tagHelperAttribute_2.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbItemTagHelper.Title = (string)__tagHelperAttribute_1.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1289, 13, true);
                WriteLiteral("\n            ");
                EndContext();
                BeginContext(1302, 47, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-breadcrumb-item", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "a72c45c9e35f84c2d4fb87bfe6a4abcc9c340ec221011", async() => {
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbItemTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Breadcrumb.AbpBreadcrumbItemTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbItemTagHelper);
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbItemTagHelper.Href = (string)__tagHelperAttribute_2.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbItemTagHelper.Title = (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(1349, 13, true);
                WriteLiteral("\n            ");
                EndContext();
                BeginContext(1362, 35, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-breadcrumb-item", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "a72c45c9e35f84c2d4fb87bfe6a4abcc9c340ec222742", async() => {
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbItemTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Breadcrumb.AbpBreadcrumbItemTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbItemTagHelper);
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbItemTagHelper.Title = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1397, 9, true);
                WriteLiteral("\n        ");
                EndContext();
            }
                                                                        );
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Breadcrumb.AbpBreadcrumbTagHelper>();
            __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Breadcrumb_AbpBreadcrumbTagHelper);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(1423, 48, true);
            WriteLiteral("\n    </div>\n    <div class=\"code-area\">\n        ");
            EndContext();
            BeginContext(1471, 1749, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-tabs", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a72c45c9e35f84c2d4fb87bfe6a4abcc9c340ec225156", async() => {
                BeginContext(1481, 13, true);
                WriteLiteral("\n            ");
                EndContext();
                BeginContext(1494, 640, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-tab", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a72c45c9e35f84c2d4fb87bfe6a4abcc9c340ec225556", async() => {
                    BeginContext(1522, 602, true);
                    WriteLiteral(@"
                <pre><code>

&lt;abp-breadcrumb&gt;
    &lt;abp-breadcrumb-item title=&quot;Home&quot; /&gt;
&lt;/abp-breadcrumb&gt;

&lt;abp-breadcrumb&gt;
    &lt;abp-breadcrumb-item href=&quot;#&quot; title=&quot;Home&quot; /&gt;
    &lt;abp-breadcrumb-item title=&quot;Library&quot; /&gt;
&lt;/abp-breadcrumb&gt;

&lt;abp-breadcrumb&gt;
    &lt;abp-breadcrumb-item href=&quot;#&quot; title=&quot;Home&quot; /&gt;
    &lt;abp-breadcrumb-item href=&quot;#&quot; title=&quot;Library&quot;/&gt;
    &lt;abp-breadcrumb-item title=&quot;Page&quot;/&gt;
&lt;/abp-breadcrumb&gt;
</code></pre>
            ");
                    EndContext();
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Tab.AbpTabTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper);
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper.Title = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2134, 13, true);
                WriteLiteral("\n            ");
                EndContext();
                BeginContext(2147, 1053, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-tab", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a72c45c9e35f84c2d4fb87bfe6a4abcc9c340ec227698", async() => {
                    BeginContext(2173, 1017, true);
                    WriteLiteral(@"
                <pre><code>
&lt;nav aria-label=&quot;breadcrumb&quot;&gt;
  &lt;ol class=&quot;breadcrumb&quot;&gt;
    &lt;li class=&quot;breadcrumb-item active&quot; aria-current=&quot;page&quot;&gt;Home&lt;/li&gt;
  &lt;/ol&gt;
&lt;/nav&gt;

&lt;nav aria-label=&quot;breadcrumb&quot;&gt;
  &lt;ol class=&quot;breadcrumb&quot;&gt;
    &lt;li class=&quot;breadcrumb-item&quot;&gt;&lt;a href=&quot;#&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
    &lt;li class=&quot;breadcrumb-item active&quot; aria-current=&quot;page&quot;&gt;Library&lt;/li&gt;
  &lt;/ol&gt;
&lt;/nav&gt;

&lt;nav aria-label=&quot;breadcrumb&quot;&gt;
  &lt;ol class=&quot;breadcrumb&quot;&gt;
    &lt;li class=&quot;breadcrumb-item&quot;&gt;&lt;a href=&quot;#&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
    &lt;li class=&quot;breadcrumb-item&quot;&gt;&lt;a href=&quot;#&quot;&gt;Library&lt;/a&gt;&lt;/li&gt;
    &lt;li class=&quot;breadcrumb-item active&quot; aria-current=&quot;page&quot;&gt;Data&lt;/li&gt;
  &lt;/ol&gt;
&lt;/nav&gt;
</code></pre>
            ");
                    EndContext();
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Tab.AbpTabTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper);
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper.Title = (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(3200, 9, true);
                WriteLiteral("\n        ");
                EndContext();
            }
                                                                        );
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabsTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Tab.AbpTabsTagHelper>();
            __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabsTagHelper);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(3220, 18, true);
            WriteLiteral("\n    </div>\n</div>");
            EndContext();
        }
Пример #4
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 2 "D:\Project\angular\Abp.UI\Pages\_Layout.cshtml"

            Layout = null;
            var title = "ABP Bootstrap Demo";
            if (ViewData["Title"] != null)
            {
                title += " | " + ViewData["Title"];
            }

#line default
#line hidden
            BeginContext(209, 35, true);
            WriteLiteral("\n<!DOCTYPE html>\n\n<html lang=\"en\">\n");
            EndContext();
            BeginContext(244, 316, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("head", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "90de28a58b8fd30da89eaa8ca01b0bbd88751a694608", async() => {
                BeginContext(250, 131, true);
                WriteLiteral("\n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n\n    <title>");
                EndContext();
                BeginContext(382, 5, false);
#line 18 "D:\Project\angular\Abp.UI\Pages\_Layout.cshtml"
                Write(title);

#line default
#line hidden
                EndContext();
                BeginContext(387, 14, true);
                WriteLiteral("</title>\n\n    ");
                EndContext();
                BeginContext(401, 58, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-style-bundle", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "90de28a58b8fd30da89eaa8ca01b0bbd88751a695444", async() => {
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleBundleTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpStyleBundleTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleBundleTagHelper);
                BeginWriteTagHelperAttribute();
#line 20 "D:\Project\angular\Abp.UI\Pages\_Layout.cshtml"
                WriteLiteral(StandardBundles.Styles.Global);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleBundleTagHelper.Name = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("name", __Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleBundleTagHelper.Name, 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(459, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(464, 51, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "90de28a58b8fd30da89eaa8ca01b0bbd88751a697275", 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);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(515, 6, true);
                WriteLiteral("\n\n    ");
                EndContext();
                BeginContext(522, 30, false);
#line 23 "D:\Project\angular\Abp.UI\Pages\_Layout.cshtml"
                Write(RenderSection("styles", false));

#line default
#line hidden
                EndContext();
                BeginContext(552, 1, true);
                WriteLiteral("\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(560, 1, true);
            WriteLiteral("\n");
            EndContext();
            BeginContext(561, 187, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("body", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "90de28a58b8fd30da89eaa8ca01b0bbd88751a699726", async() => {
                BeginContext(567, 44, true);
                WriteLiteral("\n\n    <div class=\"container-fluid\">\n        ");
                EndContext();
                BeginContext(612, 12, false);
#line 28 "D:\Project\angular\Abp.UI\Pages\_Layout.cshtml"
                Write(RenderBody());

#line default
#line hidden
                EndContext();
                BeginContext(624, 17, true);
                WriteLiteral("\n    </div>\n\n    ");
                EndContext();
                BeginContext(641, 60, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-script-bundle", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "90de28a58b8fd30da89eaa8ca01b0bbd88751a6910478", async() => {
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpScriptBundleTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpScriptBundleTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpScriptBundleTagHelper);
                BeginWriteTagHelperAttribute();
#line 31 "D:\Project\angular\Abp.UI\Pages\_Layout.cshtml"
                WriteLiteral(StandardBundles.Scripts.Global);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpScriptBundleTagHelper.Name = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("name", __Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpScriptBundleTagHelper.Name, 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(701, 6, true);
                WriteLiteral("\n\n    ");
                EndContext();
                BeginContext(708, 31, false);
#line 33 "D:\Project\angular\Abp.UI\Pages\_Layout.cshtml"
                Write(RenderSection("scripts", false));

#line default
#line hidden
                EndContext();
                BeginContext(739, 2, true);
                WriteLiteral("\n\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(748, 8, true);
            WriteLiteral("\n</html>");
            EndContext();
        }
Пример #5
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 3 "D:\Project\angular\Abp.UI\Pages\Components\Popovers.cshtml"

            ViewData["Title"] = "Popovers";

#line default
#line hidden
            BeginContext(127, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("styles", async() => {
                BeginContext(145, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(150, 84, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-style-bundle", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a82e2095c70111d0288d7d7f2e5ddcf714d62b4c6843", async() => {
                    BeginContext(168, 9, true);
                    WriteLiteral("\n        ");
                    EndContext();
                    BeginContext(177, 33, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-style", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "a82e2095c70111d0288d7d7f2e5ddcf714d62b4c7262", async() => {
                    }
                                                                                );
                    __Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpStyleTagHelper>();
                    __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleTagHelper);
                    __Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleTagHelper.Src = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(210, 5, true);
                    WriteLiteral("\n    ");
                    EndContext();
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleBundleTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpStyleBundleTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpStyleBundleTagHelper);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(234, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(237, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("scripts", async() => {
                BeginContext(256, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(261, 181, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-script-bundle", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a82e2095c70111d0288d7d7f2e5ddcf714d62b4c9922", async() => {
                    BeginContext(280, 1, true);
                    WriteLiteral("\n");
                    EndContext();
                    BeginContext(418, 4, true);
                    WriteLiteral("    ");
                    EndContext();
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpScriptBundleTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpScriptBundleTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bundling_TagHelpers_AbpScriptBundleTagHelper);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(442, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(445, 495, true);
            WriteLiteral(@"
<link rel=""stylesheet""
      href=""http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/default.min.css"">
<script src=""http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js""></script>
<script>hljs.initHighlightingOnLoad();</script>


<h2>Popovers</h2>

<p>Based on <a href=""https://getbootstrap.com/docs/4.1/components/Popovers/"" target=""_blank""> Bootstrap Popovers</a>.</p>


<h4>Example</h4>

<div class=""demo-with-code"">
    <div class=""demo-area"">

        ");
            EndContext();
            BeginContext(940, 101, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a82e2095c70111d0288d7d7f2e5ddcf714d62b4c12001", async() => {
                BeginContext(991, 37, true);
                WriteLiteral("\n            Popover Default\n        ");
                EndContext();
            }
                                                                        );
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Button_AbpButtonTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Button.AbpButtonTagHelper>();
            __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Button_AbpButtonTagHelper);
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Popover_AbpPopoverTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Popover.AbpPopoverTagHelper>();
            __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Popover_AbpPopoverTagHelper);
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Popover_AbpPopoverTagHelper.AbpPopover = (string)__tagHelperAttribute_1.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(1041, 9, true);
            WriteLiteral("\n        ");
            EndContext();
            BeginContext(1050, 130, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a82e2095c70111d0288d7d7f2e5ddcf714d62b4c13839", async() => {
                BeginContext(1127, 40, true);
                WriteLiteral("\n            Popover With Title\n        ");
                EndContext();
            }
                                                                        );
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Button_AbpButtonTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Button.AbpButtonTagHelper>();
            __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Button_AbpButtonTagHelper);
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Popover_AbpPopoverTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Popover.AbpPopoverTagHelper>();
            __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Popover_AbpPopoverTagHelper);
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Popover_AbpPopoverTagHelper.AbpPopoverTop = (string)__tagHelperAttribute_2.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(1180, 9, true);
            WriteLiteral("\n        ");
            EndContext();
            BeginContext(1189, 152, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a82e2095c70111d0288d7d7f2e5ddcf714d62b4c15767", async() => {
                BeginContext(1287, 41, true);
                WriteLiteral("\n            Dismissible Popover\n        ");
                EndContext();
            }
                                                                        );
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Button_AbpButtonTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Button.AbpButtonTagHelper>();
            __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Button_AbpButtonTagHelper);
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Popover_AbpPopoverTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Popover.AbpPopoverTagHelper>();
            __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Popover_AbpPopoverTagHelper);
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Popover_AbpPopoverTagHelper.AbpPopoverRight = (string)__tagHelperAttribute_4.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
#line 42 "D:\Project\angular\Abp.UI\Pages\Components\Popovers.cshtml"
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Popover_AbpPopoverTagHelper.Dismissible = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("dismissible", __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Popover_AbpPopoverTagHelper.Dismissible, 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(1341, 9, true);
            WriteLiteral("\n        ");
            EndContext();
            BeginContext(1350, 145, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a82e2095c70111d0288d7d7f2e5ddcf714d62b4c18153", async() => {
                BeginContext(1444, 38, true);
                WriteLiteral("\n            Disabled Popover\n        ");
                EndContext();
            }
                                                                        );
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Button_AbpButtonTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Button.AbpButtonTagHelper>();
            __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Button_AbpButtonTagHelper);
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Popover_AbpPopoverTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Popover.AbpPopoverTagHelper>();
            __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Popover_AbpPopoverTagHelper);
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Popover_AbpPopoverTagHelper.AbpPopoverLeft = (string)__tagHelperAttribute_5.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
#line 45 "D:\Project\angular\Abp.UI\Pages\Components\Popovers.cshtml"
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Button_AbpButtonTagHelper.Disabled = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("disabled", __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Button_AbpButtonTagHelper.Disabled, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Popover_AbpPopoverTagHelper.Disabled = __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Button_AbpButtonTagHelper.Disabled;
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(1495, 48, true);
            WriteLiteral("\n    </div>\n    <div class=\"code-area\">\n        ");
            EndContext();
            BeginContext(1543, 2346, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-tabs", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a82e2095c70111d0288d7d7f2e5ddcf714d62b4c20755", async() => {
                BeginContext(1553, 13, true);
                WriteLiteral("\n            ");
                EndContext();
                BeginContext(1566, 745, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-tab", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a82e2095c70111d0288d7d7f2e5ddcf714d62b4c21155", async() => {
                    BeginContext(1608, 693, true);
                    WriteLiteral(@"
                <pre><code>
&lt;abp-button abp-popover=&quot;Hi, i&apos;m popover content!&quot;&gt;
       Popover Default
&lt;/abp-button&gt;
&lt;abp-button abp-popover-top=&quot;Hi, i&apos;m popover content!&quot; title=&quot;Popover Title&quot;&gt;
       Popover With Title
&lt;/abp-button&gt;
&lt;abp-button abp-popover-right=&quot;Hi, i&apos;m popover content!&quot; title=&quot;Popover Title&quot; dismissible=&quot;true&quot;&gt;
       Dismissible Popover
&lt;/abp-button&gt;
&lt;abp-button abp-popover-left=&quot;Hi, i&apos;m popover content!&quot; title=&quot;Popover Title&quot; disabled=&quot;true&quot;&gt;
       Disabled Popover
&lt;/abp-button&gt;
</code></pre>
            ");
                    EndContext();
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Tab.AbpTabTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper);
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper.Title = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
#line 51 "D:\Project\angular\Abp.UI\Pages\Components\Popovers.cshtml"
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper.Active = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("active", __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper.Active, 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(2311, 13, true);
                WriteLiteral("\n            ");
                EndContext();
                BeginContext(2324, 1545, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("abp-tab", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a82e2095c70111d0288d7d7f2e5ddcf714d62b4c23816", async() => {
                    BeginContext(2350, 1509, true);
                    WriteLiteral(@"
                <pre><code>
&lt;button class=&quot;btn&quot; type=&quot;button&quot; data-busy-text=&quot;Processing...&quot; data-toggle=&quot;popover&quot; data-placement=&quot;bottom&quot; data-content=&quot;Hi, i&apos;m popover content!&quot; data-original-title=&quot;&quot; title=&quot;&quot;&gt;
      Popover Default
&lt;/button&gt;
&lt;button title=&quot;&quot; class=&quot;btn&quot; type=&quot;button&quot; data-busy-text=&quot;Processing...&quot; data-toggle=&quot;popover&quot; data-placement=&quot;top&quot; data-content=&quot;Hi, i&apos;m popover content!&quot; data-original-title=&quot;Popover Title&quot;&gt;
      Popover With Title
&lt;/button&gt;
&lt;button title=&quot;&quot; class=&quot;btn&quot; type=&quot;button&quot; data-busy-text=&quot;Processing...&quot; data-toggle=&quot;popover&quot; data-placement=&quot;right&quot; data-content=&quot;Hi, i&apos;m popover content!&quot; data-trigger=&quot;focus&quot; data-original-title=&quot;Popover Title&quot;&gt;
      Dismissible Popover
&lt;/button&");
                    WriteLiteral(@"gt;
&lt;span class=&quot;d-inline-block&quot; title=&quot;&quot; data-placement=&quot;left&quot; data-toggle=&quot;popover&quot; data-content=&quot;Hi, i&apos;m popover content!&quot; data-original-title=&quot;Popover Title&quot;&gt;&lt;button title=&quot;Popover Title&quot; class=&quot;btn&quot; type=&quot;button&quot; data-busy-text=&quot;Processing...&quot; style=&quot;pointer-events: none;&quot;&gt;
      Disabled Popover
&lt;/button&gt;&lt;/span&gt;
</code></pre>
            ");
                    EndContext();
                }
                                                                            );
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Tab.AbpTabTagHelper>();
                __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper);
                __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabTagHelper.Title = (string)__tagHelperAttribute_7.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(3869, 9, true);
                WriteLiteral("\n        ");
                EndContext();
            }
                                                                        );
            __Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabsTagHelper = CreateTagHelper <global::Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Tab.AbpTabsTagHelper>();
            __tagHelperExecutionContext.Add(__Volo_Abp_AspNetCore_Mvc_UI_Bootstrap_TagHelpers_Tab_AbpTabsTagHelper);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

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