#pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(46, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            BeginContext(82, 2, true);
            WriteLiteral("\r\n");
            EndContext();
#line 6 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"

            ViewData["Title"] = Localizer["Dashboard"];

#line default
#line hidden
            BeginContext(180, 126, true);
            WriteLiteral("\r\n\r\n<div class=\"d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pb-2 mb-3 border-bottom\">\r\n    <h1>");
            EndContext();
            BeginContext(307, 22, false);
#line 12 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
            Write(Localizer["Dashboard"]);

#line default
#line hidden
            EndContext();
            BeginContext(329, 342, true);
            WriteLiteral(@"</h1>
    <div class=""btn-toolbar mb-2 mb-md-0"">
        <div class=""dropdown"">
            <a class=""btn btn-secondary dropdown-toggle"" href=""#"" role=""button"" id=""dropdownMenuLink"" data-toggle=""dropdown"" aria-haspopup=""true"" aria-expanded=""false"">
                <span data-feather=""calendar""></span>
                <span id=""ddText"">");
            EndContext();
            BeginContext(672, 22, false);
#line 17 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
            Write(Localizer["This hour"]);

#line default
#line hidden
            EndContext();
            BeginContext(694, 168, true);
            WriteLiteral("</span>\r\n            </a>\r\n\r\n            <div class=\"dropdown-menu\" aria-labelledby=\"dropdownMenuLink\">\r\n                <a class=\"dropdown-item\" href=\"#\" data-val=\"1\">");
            EndContext();
            BeginContext(863, 22, false);
#line 21 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
            Write(Localizer["This hour"]);

#line default
#line hidden
            EndContext();
            BeginContext(885, 69, true);
            WriteLiteral("</a>\r\n                <a class=\"dropdown-item\" href=\"#\" data-val=\"2\">");
            EndContext();
            BeginContext(955, 21, false);
#line 22 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
            Write(Localizer["This day"]);

#line default
#line hidden
            EndContext();
            BeginContext(976, 69, true);
            WriteLiteral("</a>\r\n                <a class=\"dropdown-item\" href=\"#\" data-val=\"3\">");
            EndContext();
            BeginContext(1046, 22, false);
#line 23 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
            Write(Localizer["This week"]);

#line default
#line hidden
            EndContext();
            BeginContext(1068, 69, true);
            WriteLiteral("</a>\r\n                <a class=\"dropdown-item\" href=\"#\" data-val=\"4\">");
            EndContext();
            BeginContext(1138, 23, false);
#line 24 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
            Write(Localizer["This month"]);

#line default
#line hidden
            EndContext();
            BeginContext(1161, 69, true);
            WriteLiteral("</a>\r\n                <a class=\"dropdown-item\" href=\"#\" data-val=\"5\">");
            EndContext();
            BeginContext(1231, 22, false);
#line 25 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
            Write(Localizer["This year"]);

#line default
#line hidden
            EndContext();
            BeginContext(1253, 64, true);
            WriteLiteral("</a>\r\n            </div>\r\n        </div>\r\n    </div>\r\n\r\n</div>\r\n");
            EndContext();
#line 31 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"

            foreach (var link in Model)
            {
#line default
#line hidden
                BeginContext(1361, 41, true);
                WriteLiteral("        <canvas class=\"my-4 w-100 d-none\"");
                EndContext();
                BeginWriteAttribute("id", " id=", 1402, "", 1428, 1);
#line 34 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
                WriteAttributeValue("", 1406, "chartHour" + link.Id, 1406, 22, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1428, 94, true);
                WriteLiteral(" data-loaded=\"0\" width=\"900\" height=\"380\"></canvas>\r\n        <canvas class=\"my-4 w-100 d-none\"");
                EndContext();
                BeginWriteAttribute("id", " id=", 1522, "", 1547, 1);
#line 35 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
                WriteAttributeValue("", 1526, "chartDay" + link.Id, 1526, 21, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1547, 94, true);
                WriteLiteral(" data-loaded=\"0\" width=\"900\" height=\"380\"></canvas>\r\n        <canvas class=\"my-4 w-100 d-none\"");
                EndContext();
                BeginWriteAttribute("id", " id=", 1641, "", 1667, 1);
#line 36 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
                WriteAttributeValue("", 1645, "chartWeek" + link.Id, 1645, 22, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1667, 94, true);
                WriteLiteral(" data-loaded=\"0\" width=\"900\" height=\"380\"></canvas>\r\n        <canvas class=\"my-4 w-100 d-none\"");
                EndContext();
                BeginWriteAttribute("id", " id=", 1761, "", 1788, 1);
#line 37 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
                WriteAttributeValue("", 1765, "chartMonth" + link.Id, 1765, 23, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1788, 94, true);
                WriteLiteral(" data-loaded=\"0\" width=\"900\" height=\"380\"></canvas>\r\n        <canvas class=\"my-4 w-100 d-none\"");
                EndContext();
                BeginWriteAttribute("id", " id=", 1882, "", 1908, 1);
#line 38 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
                WriteAttributeValue("", 1886, "chartYear" + link.Id, 1886, 22, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1908, 53, true);
                WriteLiteral(" data-loaded=\"0\" width=\"900\" height=\"380\"></canvas>\r\n");
                EndContext();
#line 39 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
            }

#line default
#line hidden
            BeginContext(1971, 504, true);
            WriteLiteral(@"<canvas class=""my-4 w-100"" id=""chartHour"" data-loaded=""1"" width=""900"" height=""380""></canvas>
<canvas class=""my-4 w-100 d-none"" id=""chartDay"" data-loaded=""1"" width=""900"" height=""380""></canvas>
<canvas class=""my-4 w-100 d-none"" id=""chartWeek"" data-loaded=""1"" width=""900"" height=""380""></canvas>
<canvas class=""my-4 w-100 d-none"" id=""chartMonth"" data-loaded=""1"" width=""900"" height=""380""></canvas>
<canvas class=""my-4 w-100 d-none"" id=""chartYear"" data-loaded=""1"" width=""900"" height=""380""></canvas>

<h2>");
            EndContext();
            BeginContext(2476, 18, false);
#line 47 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
            Write(Localizer["Links"]);

#line default
#line hidden
            EndContext();
            BeginContext(2494, 186, true);
            WriteLiteral("</h2>\r\n<div class=\"table-responsive\">\r\n    <table id=\"links\" class=\"table table-striped table-borderless table-primary table-sm\">\r\n        <thead>\r\n            <tr>\r\n                <th>");
            EndContext();
            BeginContext(2681, 22, false);
#line 52 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
            Write(Localizer["Short url"]);

#line default
#line hidden
            EndContext();
            BeginContext(2703, 27, true);
            WriteLiteral("</th>\r\n                <th>");
            EndContext();
            BeginContext(2731, 16, false);
#line 53 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
            Write(Localizer["Url"]);

#line default
#line hidden
            EndContext();
            BeginContext(2747, 27, true);
            WriteLiteral("</th>\r\n                <th>");
            EndContext();
            BeginContext(2775, 24, false);
#line 54 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
            Write(Localizer["Impressions"]);

#line default
#line hidden
            EndContext();
            BeginContext(2799, 27, true);
            WriteLiteral("</th>\r\n                <th>");
            EndContext();
            BeginContext(2827, 18, false);
#line 55 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
            Write(Localizer["Stats"]);

#line default
#line hidden
            EndContext();
            BeginContext(2845, 61, true);
            WriteLiteral("</th>\r\n            </tr>\r\n        </thead>\r\n        <tbody>\r\n");
            EndContext();
#line 59 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
            foreach (var link in Model)
            {
#line default
#line hidden
                BeginContext(2969, 77, true);
                WriteLiteral("                    <tr>\r\n                        <td>https://localhost:5001/");
                EndContext();
                BeginContext(3047, 7, false);
#line 62 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
                Write(link.Id);

#line default
#line hidden
                EndContext();
                BeginContext(3054, 35, true);
                WriteLiteral("</td>\r\n                        <td>");
                EndContext();
                BeginContext(3090, 12, false);
#line 63 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
                Write(link.FullUrl);

#line default
#line hidden
                EndContext();
                BeginContext(3102, 35, true);
                WriteLiteral("</td>\r\n                        <td>");
                EndContext();
                BeginContext(3138, 17, false);
#line 64 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
                Write(link.Clicks.Count);

#line default
#line hidden
                EndContext();
                BeginContext(3155, 42, true);
                WriteLiteral("</td>\r\n                        <td><button");
                EndContext();
                BeginWriteAttribute("onclick", " onclick=\"", 3197, "\"", 3227, 3);
                WriteAttributeValue("", 3207, "getChart(\'", 3207, 10, true);
#line 65 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
                WriteAttributeValue("", 3217, link.Id, 3217, 8, false);

#line default
#line hidden
                WriteAttributeValue("", 3225, "\')", 3225, 2, true);
                EndWriteAttribute();
                BeginContext(3228, 23, true);
                WriteLiteral(" class=\"btn btn-light\">");
                EndContext();
                BeginContext(3251, 34, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("octicon", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "1f188066733b47894392d9c7ee5acdd40df8633717300", async() => {
                }
                                                                            );
                __Octicons_TagHelper_OcticonTagHelper = CreateTagHelper <global::Octicons.TagHelper.OcticonTagHelper>();
                __tagHelperExecutionContext.Add(__Octicons_TagHelper_OcticonTagHelper);
#line 65 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
                __Octicons_TagHelper_OcticonTagHelper.Symbol = global::Octicons.TagHelper.OcticonSymbol.Graph;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("symbol", __Octicons_TagHelper_OcticonTagHelper.Symbol, 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(3285, 43, true);
                WriteLiteral("</button></td>\r\n                    </tr>\r\n");
                EndContext();
#line 67 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
            }


#line default
#line hidden
            BeginContext(3362, 44, true);
            WriteLiteral("\r\n        </tbody>\r\n    </table>\r\n</div>\r\n\r\n");
            EndContext();
            DefineSection("Scripts", async() => {
                BeginContext(3423, 102, true);
                WriteLiteral("\r\n    <script src=\"https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.3/Chart.min.js\"></script>\r\n    ");
                EndContext();
                BeginContext(3525, 132, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("environment", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "1f188066733b47894392d9c7ee5acdd40df8633719403", async() => {
                    BeginContext(3560, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(3570, 67, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "1f188066733b47894392d9c7ee5acdd40df8633719823", async() => {
                    }
                                                                                );
                    __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                    __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                    __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.Src = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 77 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
                    __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, 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(3637, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.EnvironmentTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.Include = (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(3657, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(3663, 136, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("environment", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "1f188066733b47894392d9c7ee5acdd40df8633723088", async() => {
                    BeginContext(3698, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(3708, 71, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "1f188066733b47894392d9c7ee5acdd40df8633723508", async() => {
                    }
                                                                                );
                    __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                    __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                    __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.Src = (string)__tagHelperAttribute_2.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 80 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
                    __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, 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(3779, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.EnvironmentTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.Exclude = (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(3799, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                          );
        }
Example #2
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 2 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"

            ViewData["Title"] = "Dashboard";

#line default
#line hidden
            BeginContext(85, 1050, true);
            WriteLiteral(@"
<div class=""d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom"">
    <h1 class=""h2"">Dashboard</h1>
    <div class=""btn-toolbar mb-2 mb-md-0"">
        <div class=""btn-group mr-2"">
            <button type=""button"" class=""btn btn-sm btn-outline-secondary"">Share</button>
            <button type=""button"" class=""btn btn-sm btn-outline-secondary"">Export</button>
        </div>
        <button type=""button"" class=""btn btn-sm btn-outline-secondary dropdown-toggle"">
            <span data-feather=""calendar""></span>
            This week
        </button>
    </div>
</div>

<canvas class=""my-4 w-100"" id=""myChart"" width=""900"" height=""380""></canvas>

<h2>Section title</h2>
<div class=""table-responsive"">
    <table class=""table table-striped table-sm"">
        <thead>
            <tr>
                <th>Short Url</th>
                <th>Long Url</th>
                <th>Clicks</th>
                <th>Stats</th>
            </tr>
        <");
            WriteLiteral("/thead>\r\n        <tbody>\r\n");
            EndContext();
#line 34 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
            foreach (var link in Model)
            {
#line default
#line hidden
                BeginContext(1198, 77, true);
                WriteLiteral("                    <tr>\r\n                        <td>https://localhost:5001/");
                EndContext();
                BeginContext(1276, 7, false);
#line 37 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
                Write(link.Id);

#line default
#line hidden
                EndContext();
                BeginContext(1283, 35, true);
                WriteLiteral("</td>\r\n                        <td>");
                EndContext();
                BeginContext(1319, 12, false);
#line 38 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
                Write(link.FullUrl);

#line default
#line hidden
                EndContext();
                BeginContext(1331, 35, true);
                WriteLiteral("</td>\r\n                        <td>");
                EndContext();
                BeginContext(1367, 17, false);
#line 39 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
                Write(link.Clicks.Count);

#line default
#line hidden
                EndContext();
                BeginContext(1384, 42, true);
                WriteLiteral("</td>\r\n                        <td><button");
                EndContext();
                BeginWriteAttribute("onclick", " onclick=\"", 1426, "\"", 1454, 3);
                WriteAttributeValue("", 1436, "getStats(", 1436, 9, true);
#line 40 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
                WriteAttributeValue("", 1445, link.Id, 1445, 8, false);

#line default
#line hidden
                WriteAttributeValue("", 1453, ")", 1453, 1, true);
                EndWriteAttribute();
                BeginContext(1455, 23, true);
                WriteLiteral(" class=\"btn btn-light\">");
                EndContext();
                BeginContext(1478, 34, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("octicon", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "62ada1247db59fdae23a2d6adda330c06e0e56c37389", async() => {
                }
                                                                            );
                __Octicons_TagHelper_OcticonTagHelper = CreateTagHelper <global::Octicons.TagHelper.OcticonTagHelper>();
                __tagHelperExecutionContext.Add(__Octicons_TagHelper_OcticonTagHelper);
#line 40 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
                __Octicons_TagHelper_OcticonTagHelper.Symbol = global::Octicons.TagHelper.OcticonSymbol.Graph;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("symbol", __Octicons_TagHelper_OcticonTagHelper.Symbol, 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(1512, 43, true);
                WriteLiteral("</button></td>\r\n                    </tr>\r\n");
                EndContext();
#line 42 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
            }


#line default
#line hidden
            BeginContext(1589, 44, true);
            WriteLiteral("\r\n        </tbody>\r\n    </table>\r\n</div>\r\n\r\n");
            EndContext();
            DefineSection("Scripts", async() => {
                BeginContext(1650, 102, true);
                WriteLiteral("\r\n    <script src=\"https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.3/Chart.min.js\"></script>\r\n    ");
                EndContext();
                BeginContext(1752, 67, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "62ada1247db59fdae23a2d6adda330c06e0e56c39490", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.Src = (string)__tagHelperAttribute_0.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 51 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Dashboard\Views\Home\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, 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(1819, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                          );
        }