コード例 #1
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(243, 1, true);
            WriteLiteral("\n");
            EndContext();
#line 6 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/RoleUsers.cshtml"

            ViewBag.Title = Localizer["Title"];
            Layout        = "_Layout";
            var roleId = Context.Request.Query["roleId"];

#line default
#line hidden
            BeginContext(363, 162, true);
            WriteLiteral("\n<div class=\"row\">\n    <div class=\"col-12\">\n        <nav aria-label=\"breadcrumb\">\n            <ol class=\"breadcrumb\">\n                <li class=\"breadcrumb-item\">");
            EndContext();
            BeginContext(525, 81, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "c496a074e0f80fa87918257367519d282db66fa56664", async() => {
                BeginContext(574, 28, false);
#line 16 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/RoleUsers.cshtml"
                Write(Localizer["NavigationRoles"]);

#line default
#line hidden
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Controller = (string)__tagHelperAttribute_0.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
            __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Action = (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(606, 77, true);
            WriteLiteral("</li>\n                <li class=\"breadcrumb-item active\" aria-current=\"page\">");
            EndContext();
            BeginContext(684, 20, false);
#line 17 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/RoleUsers.cshtml"
            Write(ViewData["RoleName"]);

#line default
#line hidden
            EndContext();
            BeginContext(704, 88, true);
            WriteLiteral("</li>\n            </ol>\n        </nav>\n    </div>\n\n    <div class=\"col-12\">\n        <h2>");
            EndContext();
            BeginContext(793, 18, false);
#line 23 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/RoleUsers.cshtml"
            Write(Localizer["Title"]);

#line default
#line hidden
            EndContext();
            BeginContext(811, 2, true);
            WriteLiteral(" (");
            EndContext();
            BeginContext(814, 20, false);
#line 23 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/RoleUsers.cshtml"
            Write(ViewData["RoleName"]);

#line default
#line hidden
            EndContext();
            BeginContext(834, 77, true);
            WriteLiteral(")</h2>\n    </div>\n</div>\n\n<div class=\"row\">\n    <div class=\"col-12\">\n        ");
            EndContext();
            BeginContext(911, 652, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "c496a074e0f80fa87918257367519d282db66fa59942", async() => {
                BeginContext(979, 118, true);
                WriteLiteral("\n            <div class=\"form-row\">\n                <div class=\"col-12 mb-3\">\n                    <input name=\"roleId\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 1097, "\"", 1112, 1);
#line 32 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/RoleUsers.cshtml"
                WriteAttributeValue("", 1105, roleId, 1105, 7, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1113, 58, true);
                WriteLiteral(" type=\"hidden\" />\n                    <input name=\"search\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 1171, "\"", 1194, 1);
#line 33 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/RoleUsers.cshtml"
                WriteAttributeValue("", 1179, ViewBag.Search, 1179, 15, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1195, 12, true);
                WriteLiteral(" type=\"text\"");
                EndContext();
                BeginWriteAttribute("placeholder", " placeholder=\"", 1207, "\"", 1257, 1);
#line 33 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/RoleUsers.cshtml"
                WriteAttributeValue("", 1221, Localizer["InputSearchPlaceHolder"], 1221, 36, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1258, 209, true);
                WriteLiteral(" class=\"form-control\" />\n                </div>\n            </div>\n\n            <div class=\"form-row\">\n                <div class=\"col-12 mb-3\">\n                    <input type=\"submit\" class=\"btn btn-primary\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 1467, "\"", 1501, 1);
#line 39 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/RoleUsers.cshtml"
                WriteAttributeValue("", 1475, Localizer["ButtonSearch"], 1475, 26, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1502, 54, true);
                WriteLiteral(" />\n                </div>\n            </div>\n        ");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Controller = (string)__tagHelperAttribute_0.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Action = (string)__tagHelperAttribute_2.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_3.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

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

<div class=""row"">
    <div class=""col-12"">
        <div class=""table-responsive"">
            <table class=""table table-striped"">
                <thead>
                    <tr>
                        <th></th>
                        <th>");
            EndContext();
            BeginContext(1825, 19, false);
#line 53 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/RoleUsers.cshtml"
            Write(Localizer["UserId"]);

#line default
#line hidden
            EndContext();
            BeginContext(1844, 34, true);
            WriteLiteral("</th>\n                        <th>");
            EndContext();
            BeginContext(1879, 21, false);
#line 54 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/RoleUsers.cshtml"
            Write(Localizer["UserName"]);

#line default
#line hidden
            EndContext();
            BeginContext(1900, 34, true);
            WriteLiteral("</th>\n                        <th>");
            EndContext();
            BeginContext(1935, 18, false);
#line 55 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/RoleUsers.cshtml"
            Write(Localizer["Email"]);

#line default
#line hidden
            EndContext();
            BeginContext(1953, 116, true);
            WriteLiteral("</th>\n                        <th></th>\n                    </tr>\n                </thead>\n\n                <tbody>\n");
            EndContext();
#line 61 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/RoleUsers.cshtml"
            foreach (var user in Model.Users)
            {
#line default
#line hidden
                BeginContext(2146, 115, true);
                WriteLiteral("                        <tr>\n                            <td class=\"align-middle\">\n                                ");
                EndContext();
                BeginContext(2261, 73, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("img-gravatar", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "c496a074e0f80fa87918257367519d282db66fa516452", async() => {
                }
                                                                            );
                __Skoruba_IdentityServer4_Admin_Helpers_TagHelpers_GravatarTagHelper = CreateTagHelper <global::Skoruba.IdentityServer4.Admin.Helpers.TagHelpers.GravatarTagHelper>();
                __tagHelperExecutionContext.Add(__Skoruba_IdentityServer4_Admin_Helpers_TagHelpers_GravatarTagHelper);
                BeginWriteTagHelperAttribute();
#line 65 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/RoleUsers.cshtml"
                WriteLiteral(user.Email);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __Skoruba_IdentityServer4_Admin_Helpers_TagHelpers_GravatarTagHelper.Email = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("email", __Skoruba_IdentityServer4_Admin_Helpers_TagHelpers_GravatarTagHelper.Email, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Skoruba_IdentityServer4_Admin_Helpers_TagHelpers_GravatarTagHelper.Class = (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(2334, 88, true);
                WriteLiteral("\n                            </td>\n                            <td class=\"align-middle\">");
                EndContext();
                BeginContext(2423, 7, false);
#line 67 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/RoleUsers.cshtml"
                Write(user.Id);

#line default
#line hidden
                EndContext();
                BeginContext(2430, 59, true);
                WriteLiteral("</td>\n                            <td class=\"align-middle\">");
                EndContext();
                BeginContext(2490, 13, false);
#line 68 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/RoleUsers.cshtml"
                Write(user.UserName);

#line default
#line hidden
                EndContext();
                BeginContext(2503, 59, true);
                WriteLiteral("</td>\n                            <td class=\"align-middle\">");
                EndContext();
                BeginContext(2563, 10, false);
#line 69 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/RoleUsers.cshtml"
                Write(user.Email);

#line default
#line hidden
                EndContext();
                BeginContext(2573, 92, true);
                WriteLiteral("</td>\n                            <td class=\"align-middle\">\n                                ");
                EndContext();
                BeginContext(2665, 139, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "c496a074e0f80fa87918257367519d282db66fa519994", async() => {
                    BeginContext(2771, 29, true);
                    WriteLiteral("<span class=\"oi oi-x\"></span>");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_5);
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Action = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                if (__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues == null)
                {
                    throw new InvalidOperationException(InvalidTagHelperIndexerAssignment("asp-route-id", "Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper", "RouteValues"));
                }
                BeginWriteTagHelperAttribute();
#line 71 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/RoleUsers.cshtml"
                WriteLiteral(user.Id);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues["id"] = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-id", __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues["id"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                BeginWriteTagHelperAttribute();
#line 71 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/RoleUsers.cshtml"
                WriteLiteral(roleId);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues["roleId"] = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-roleId", __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues["roleId"], 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(2804, 65, true);
                WriteLiteral("\n                            </td>\n                        </tr>\n");
                EndContext();
#line 74 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/RoleUsers.cshtml"
            }

#line default
#line hidden
            BeginContext(2891, 131, true);
            WriteLiteral("                </tbody>\n            </table>\n        </div>\n    </div>\n</div>\n\n<div class=\"row\">\n    <div class=\"col-12\">\n        ");
            EndContext();
            BeginContext(3023, 179, false);
#line 83 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/RoleUsers.cshtml"
            Write(await Html.PartialAsync("Common/Pager", new Pager {
                Action = "RoleUsers", PageSize = Model.PageSize, TotalCount = Model.TotalCount, EnableSearch = true, Search = ViewBag.Search
            }));

#line default
#line hidden
            EndContext();
            BeginContext(3202, 18, true);
            WriteLiteral("\n    </div>\n</div>");
            EndContext();
        }
コード例 #2
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(243, 1, true);
            WriteLiteral("\n");
            EndContext();
#line 6 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/Users.cshtml"

            ViewBag.Title = Localizer["Title"];
            Layout        = "_Layout";

#line default
#line hidden
            BeginContext(313, 5, true);
            WriteLiteral("\n<h2>");
            EndContext();
            BeginContext(319, 18, false);
#line 11 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/Users.cshtml"
            Write(Localizer["Title"]);

#line default
#line hidden
            EndContext();
            BeginContext(337, 7, true);
            WriteLiteral("</h2>\n\n");
            EndContext();
            BeginContext(344, 134, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "df86ef463099bb372be7d6ce552aa098221b8a9c6317", async() => {
                BeginContext(414, 33, true);
                WriteLiteral("<span class=\"oi oi-plus\"></span> ");
                EndContext();
                BeginContext(448, 26, false);
#line 13 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/Users.cshtml"
                Write(Localizer["ActionAddUser"]);

#line default
#line hidden
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Action = (string)__tagHelperAttribute_0.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(478, 53, true);
            WriteLiteral("\n\n<div class=\"row\">\n    <div class=\"col-12\">\n        ");
            EndContext();
            BeginContext(532, 100, false);
#line 17 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/Users.cshtml"
            Write(await Html.PartialAsync("Common/Search", new Search()
            {
                Action = "Users", Controller = "Identity"
            }));

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

<div class=""row"">
    <div class=""col-12"">
        <div class=""table-responsive"">
            <table class=""table table-striped"">
                <thead>
                    <tr>
                        <th></th>
                        <th></th>
                        <th>");
            EndContext();
            BeginContext(928, 19, false);
#line 29 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/Users.cshtml"
            Write(Localizer["UserId"]);

#line default
#line hidden
            EndContext();
            BeginContext(947, 34, true);
            WriteLiteral("</th>\n                        <th>");
            EndContext();
            BeginContext(982, 21, false);
#line 30 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/Users.cshtml"
            Write(Localizer["UserName"]);

#line default
#line hidden
            EndContext();
            BeginContext(1003, 34, true);
            WriteLiteral("</th>\n                        <th>");
            EndContext();
            BeginContext(1038, 18, false);
#line 31 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/Users.cshtml"
            Write(Localizer["Email"]);

#line default
#line hidden
            EndContext();
            BeginContext(1056, 116, true);
            WriteLiteral("</th>\n                        <th></th>\n                    </tr>\n                </thead>\n\n                <tbody>\n");
            EndContext();
#line 37 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/Users.cshtml"
            foreach (var user in Model.Users)
            {
#line default
#line hidden
                BeginContext(1249, 115, true);
                WriteLiteral("                        <tr>\n                            <td class=\"align-middle\">\n                                ");
                EndContext();
                BeginContext(1364, 108, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "df86ef463099bb372be7d6ce552aa098221b8a9c10788", async() => {
                    BeginContext(1441, 27, false);
#line 41 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/Users.cshtml"
                    Write(Localizer["ActionEditUser"]);

#line default
#line hidden
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Action = (string)__tagHelperAttribute_0.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                if (__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues == null)
                {
                    throw new InvalidOperationException(InvalidTagHelperIndexerAssignment("asp-route-id", "Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper", "RouteValues"));
                }
                BeginWriteTagHelperAttribute();
#line 41 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/Users.cshtml"
                WriteLiteral(user.Id);

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

                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1472, 121, true);
                WriteLiteral("\n                            </td>\n                            <td class=\"align-middle\">\n                                ");
                EndContext();
                BeginContext(1593, 73, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("img-gravatar", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "df86ef463099bb372be7d6ce552aa098221b8a9c13657", async() => {
                }
                                                                            );
                __Skoruba_IdentityServer4_Admin_Helpers_TagHelpers_GravatarTagHelper = CreateTagHelper <global::Skoruba.IdentityServer4.Admin.Helpers.TagHelpers.GravatarTagHelper>();
                __tagHelperExecutionContext.Add(__Skoruba_IdentityServer4_Admin_Helpers_TagHelpers_GravatarTagHelper);
                BeginWriteTagHelperAttribute();
#line 44 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/Users.cshtml"
                WriteLiteral(user.Email);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __Skoruba_IdentityServer4_Admin_Helpers_TagHelpers_GravatarTagHelper.Email = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("email", __Skoruba_IdentityServer4_Admin_Helpers_TagHelpers_GravatarTagHelper.Email, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Skoruba_IdentityServer4_Admin_Helpers_TagHelpers_GravatarTagHelper.Class = (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(1666, 88, true);
                WriteLiteral("\n                            </td>\n                            <td class=\"align-middle\">");
                EndContext();
                BeginContext(1755, 7, false);
#line 46 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/Users.cshtml"
                Write(user.Id);

#line default
#line hidden
                EndContext();
                BeginContext(1762, 59, true);
                WriteLiteral("</td>\n                            <td class=\"align-middle\">");
                EndContext();
                BeginContext(1822, 13, false);
#line 47 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/Users.cshtml"
                Write(user.UserName);

#line default
#line hidden
                EndContext();
                BeginContext(1835, 59, true);
                WriteLiteral("</td>\n                            <td class=\"align-middle\">");
                EndContext();
                BeginContext(1895, 10, false);
#line 48 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/Users.cshtml"
                Write(user.Email);

#line default
#line hidden
                EndContext();
                BeginContext(1905, 92, true);
                WriteLiteral("</td>\n                            <td class=\"align-middle\">\n                                ");
                EndContext();
                BeginContext(1997, 107, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "df86ef463099bb372be7d6ce552aa098221b8a9c17183", async() => {
                    BeginContext(2071, 29, true);
                    WriteLiteral("<span class=\"oi oi-x\"></span>");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4);
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Action = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                if (__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues == null)
                {
                    throw new InvalidOperationException(InvalidTagHelperIndexerAssignment("asp-route-id", "Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper", "RouteValues"));
                }
                BeginWriteTagHelperAttribute();
#line 50 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/Users.cshtml"
                WriteLiteral(user.Id);

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

                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2104, 65, true);
                WriteLiteral("\n                            </td>\n                        </tr>\n");
                EndContext();
#line 53 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/Users.cshtml"
            }

#line default
#line hidden
            BeginContext(2191, 131, true);
            WriteLiteral("                </tbody>\n            </table>\n        </div>\n    </div>\n</div>\n\n<div class=\"row\">\n    <div class=\"col-12\">\n        ");
            EndContext();
            BeginContext(2323, 175, false);
#line 62 "/mnt/405A884F5A88441E/desenvolvimento/identity/IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin/Views/Identity/Users.cshtml"
            Write(await Html.PartialAsync("Common/Pager", new Pager {
                Action = "Users", PageSize = Model.PageSize, TotalCount = Model.TotalCount, EnableSearch = true, Search = ViewBag.Search
            }));

#line default
#line hidden
            EndContext();
            BeginContext(2498, 18, true);
            WriteLiteral("\n    </div>\n</div>");
            EndContext();
        }