#pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 4 "D:\itea\homework\webregistration\lasthomework\Pages\EditRegistration.cshtml"

            if (HttpContext.Request.Method == "POST")
            {
                string        login      = Request.Form["login"];
                string        password   = Request.Form["password"];
                string        name       = Request.Form["name"];
                string        address    = Request.Form["address"];
                string        age        = Request.Form["age"];
                UserControler uc         = new UserControler();
                string        resultEdit = uc.EditUser(login, password, name, address, age);

#line default
#line hidden
                BeginContext(487, 29, true);
                WriteLiteral("        <h2>New info about : ");
                EndContext();
                BeginContext(517, 5, false);
#line 14 "D:\itea\homework\webregistration\lasthomework\Pages\EditRegistration.cshtml"
                Write(login);

#line default
#line hidden
                EndContext();
                BeginContext(522, 19, true);
                WriteLiteral("</h2>\r\n        <h2>");
                EndContext();
                BeginContext(542, 10, false);
#line 15 "D:\itea\homework\webregistration\lasthomework\Pages\EditRegistration.cshtml"
                Write(resultEdit);

#line default
#line hidden
                EndContext();
                BeginContext(552, 7, true);
                WriteLiteral("</h2>\r\n");
                EndContext();
#line 16 "D:\itea\homework\webregistration\lasthomework\Pages\EditRegistration.cshtml"
            }

#line default
#line hidden
            BeginContext(569, 128, true);
            WriteLiteral("<div class=\"profile\">\r\n    <h1>EDIT INFO ABOUT USER</h1>\r\n    <h2>EMAIL IS A KEY THEN YOU CAN`T CHANGE THIS FIELD</h2>\r\n</div>\r\n");
            EndContext();
            BeginContext(697, 670, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "618a4fa4bc0e496695de62f4dae5d2f8", async() => {
                BeginContext(727, 633, true);
                WriteLiteral(@"
    <div>
        <label for=""login"">Login (email)</label>
        <input type=""email"" name=""login"" required>
    </div>
    <div>
        <label for=""password"">NEW Password</label>
        <input type=""password"" class=""pass"" name=""password"">
    </div>
    <div>
        <label for=""name"">NEW Name</label>
        <input type=""text"" name=""name"">
    </div>
    <div>
        <label for=""address"">NEW Address</label>
        <input type=""text"" name=""address"">
    </div>
    <div>
        <label for=""age"">NEW Age</label>
        <input type=""text"" name=""age"">
    </div>
    <button type=""submit"">OK</button>
");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_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();
        }