#pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("MetaTags", async() => {
                BeginContext(49, 149, true);
                WriteLiteral("\r\n  <meta name=\"description\" content=\"This example illustrates the default sorting functionality for the columns in the Syncfusion Gantt control.\">\r\n");
                EndContext();
            }
                          );
            BeginContext(201, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            DefineSection("SampleHeading", async() => {
                BeginContext(226, 45, true);
                WriteLiteral("<span class=\"sampleName\">Gantt/Sorting</span>");
                EndContext();
            }
                          );
            BeginContext(274, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            DefineSection("ControlsSection", async() => {
                BeginContext(301, 2, true);
                WriteLiteral("\r\n");
                EndContext();
                BeginContext(303, 728, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-gantt", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "9b9947b528734de1b035352ee1c75b21", async() => {
                    BeginContext(959, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                    BeginContext(965, 53, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-gantt-size-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "4cd31868e8764bc3b84aaeb038b2f8dd", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_SizeSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.SizeSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_SizeSettings);
                    __Syncfusion_JavaScript_Models_SizeSettings.Height = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                    __Syncfusion_JavaScript_Models_SizeSettings.Width = (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(1018, 2, true);
                    WriteLiteral("\r\n");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_GanttProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GanttProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GanttProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttSorting.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.DataSource = ViewBag.datasource;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("datasource", __Syncfusion_JavaScript_Models_GanttProperties.DataSource, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_GanttProperties.TaskIdMapping = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                __Syncfusion_JavaScript_Models_GanttProperties.TaskNameMapping = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                __Syncfusion_JavaScript_Models_GanttProperties.StartDateMapping = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_GanttProperties.DurationMapping = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                __Syncfusion_JavaScript_Models_GanttProperties.ProgressMapping = (string)__tagHelperAttribute_7.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                __Syncfusion_JavaScript_Models_GanttProperties.ScheduleStartDate = (string)__tagHelperAttribute_8.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                __Syncfusion_JavaScript_Models_GanttProperties.ScheduleEndDate = (string)__tagHelperAttribute_9.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
#line 17 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttSorting.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.HighlightWeekends = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("highlight-weekends", __Syncfusion_JavaScript_Models_GanttProperties.HighlightWeekends, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 18 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttSorting.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.IncludeWeekend = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("include-weekend", __Syncfusion_JavaScript_Models_GanttProperties.IncludeWeekend, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 19 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttSorting.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.AllowSorting = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-sorting", __Syncfusion_JavaScript_Models_GanttProperties.AllowSorting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 20 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttSorting.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.AllowColumnResize = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-column-resize", __Syncfusion_JavaScript_Models_GanttProperties.AllowColumnResize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 21 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttSorting.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.TreeColumnIndex = 1;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("tree-column-index", __Syncfusion_JavaScript_Models_GanttProperties.TreeColumnIndex, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_GanttProperties.ChildMapping = (string)__tagHelperAttribute_10.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
#line 23 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttSorting.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.AllowSelection = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-selection", __Syncfusion_JavaScript_Models_GanttProperties.AllowSelection, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 24 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttSorting.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.AllowGanttChartEditing = false;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-gantt-chart-editing", __Syncfusion_JavaScript_Models_GanttProperties.AllowGanttChartEditing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 25 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttSorting.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.IsResponsive = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("is-responsive", __Syncfusion_JavaScript_Models_GanttProperties.IsResponsive, 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(1031, 9, true);
                WriteLiteral("       \r\n");
                EndContext();
            }
                          );
        }
Beispiel #2
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("MetaTags", async() => {
                BeginContext(49, 155, true);
                WriteLiteral("\r\n  <meta name=\"description\" content=\"This example illustrates the taskbar, cell, and dialog editing options available in the Syncfusion Gantt control.\">\r\n");
                EndContext();
            }
                          );
            BeginContext(207, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            DefineSection("SampleHeading", async() => {
                BeginContext(232, 45, true);
                WriteLiteral("<span class=\"sampleName\">Gantt/Editing</span>");
                EndContext();
            }
                          );
            BeginContext(280, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            DefineSection("ControlsSection", async() => {
                BeginContext(307, 2, true);
                WriteLiteral("\r\n");
                EndContext();
                BeginContext(309, 1013, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-gantt", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "05b310ddb1634ed388675821c702afa1", async() => {
                    BeginContext(1021, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                    BeginContext(1027, 132, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-gantt-edit-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "e0e36acc1c574f5d9f64ea259252e5f2", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_GanttEditOptions = CreateTagHelper <global::Syncfusion.JavaScript.Models.GanttEditOptions>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GanttEditOptions);
#line 27 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttEditing.cshtml"
                    __Syncfusion_JavaScript_Models_GanttEditOptions.AllowAdding = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-adding", __Syncfusion_JavaScript_Models_GanttEditOptions.AllowAdding, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 27 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttEditing.cshtml"
                    __Syncfusion_JavaScript_Models_GanttEditOptions.AllowDeleting = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-deleting", __Syncfusion_JavaScript_Models_GanttEditOptions.AllowDeleting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 27 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttEditing.cshtml"
                    __Syncfusion_JavaScript_Models_GanttEditOptions.AllowEditing = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-editing", __Syncfusion_JavaScript_Models_GanttEditOptions.AllowEditing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    __Syncfusion_JavaScript_Models_GanttEditOptions.EditMode = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 27 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttEditing.cshtml"
                    __Syncfusion_JavaScript_Models_GanttEditOptions.AllowIndent = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-indent", __Syncfusion_JavaScript_Models_GanttEditOptions.AllowIndent, 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(1159, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                    BeginContext(1165, 53, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-gantt-size-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "15ffed2ef8be43de9b19697a60da4f27", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_SizeSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.SizeSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_SizeSettings);
                    __Syncfusion_JavaScript_Models_SizeSettings.Height = (string)__tagHelperAttribute_1.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                    __Syncfusion_JavaScript_Models_SizeSettings.Width = (string)__tagHelperAttribute_2.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1218, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                    BeginContext(1224, 85, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-gantt-toolbar-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "944649d0aaeb47908d321318df520c0d", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_ToolBarOptions = CreateTagHelper <global::Syncfusion.JavaScript.Models.ToolBarOptions>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ToolBarOptions);
#line 29 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttEditing.cshtml"
                    __Syncfusion_JavaScript_Models_ToolBarOptions.ShowToolbar = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("show-toolbar", __Syncfusion_JavaScript_Models_ToolBarOptions.ShowToolbar, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 29 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttEditing.cshtml"
                    __Syncfusion_JavaScript_Models_ToolBarOptions.ToolbarItems = ViewBag.toolbarItems;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("toolbar-items", __Syncfusion_JavaScript_Models_ToolBarOptions.ToolbarItems, 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(1309, 2, true);
                    WriteLiteral("\r\n");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_GanttProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GanttProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GanttProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttEditing.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.DataSource = ViewBag.datasource;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("datasource", __Syncfusion_JavaScript_Models_GanttProperties.DataSource, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_GanttProperties.TaskIdMapping = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                __Syncfusion_JavaScript_Models_GanttProperties.TaskNameMapping = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_GanttProperties.StartDateMapping = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                __Syncfusion_JavaScript_Models_GanttProperties.DurationMapping = (string)__tagHelperAttribute_7.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                __Syncfusion_JavaScript_Models_GanttProperties.ProgressMapping = (string)__tagHelperAttribute_8.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                __Syncfusion_JavaScript_Models_GanttProperties.ScheduleStartDate = (string)__tagHelperAttribute_9.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
                __Syncfusion_JavaScript_Models_GanttProperties.ScheduleEndDate = (string)__tagHelperAttribute_10.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
#line 17 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttEditing.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.HighlightWeekends = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("highlight-weekends", __Syncfusion_JavaScript_Models_GanttProperties.HighlightWeekends, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 18 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttEditing.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.IncludeWeekend = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("include-weekend", __Syncfusion_JavaScript_Models_GanttProperties.IncludeWeekend, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 19 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttEditing.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.AllowColumnResize = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-column-resize", __Syncfusion_JavaScript_Models_GanttProperties.AllowColumnResize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_GanttProperties.PredecessorMapping = (string)__tagHelperAttribute_11.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
#line 21 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttEditing.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.EnableContextMenu = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("enable-context-menu", __Syncfusion_JavaScript_Models_GanttProperties.EnableContextMenu, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 22 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttEditing.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.TreeColumnIndex = 1;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("tree-column-index", __Syncfusion_JavaScript_Models_GanttProperties.TreeColumnIndex, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_GanttProperties.ChildMapping = (string)__tagHelperAttribute_12.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
#line 24 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttEditing.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.AllowSelection = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-selection", __Syncfusion_JavaScript_Models_GanttProperties.AllowSelection, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 25 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttEditing.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.AllowGanttChartEditing = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-gantt-chart-editing", __Syncfusion_JavaScript_Models_GanttProperties.AllowGanttChartEditing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 26 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttEditing.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.IsResponsive = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("is-responsive", __Syncfusion_JavaScript_Models_GanttProperties.IsResponsive, 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(1322, 10, true);
                WriteLiteral("        \r\n");
                EndContext();
            }
                          );
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 3 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"

            ViewBag.Title = "Essential Studio for ASP.NET Core : Project Tracker";

#line default
#line hidden
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"

            Layout = "~/Areas/Projecttracker/Views/Shared/_Layout.cshtml";

#line default
#line hidden
            BeginContext(227, 2066, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-gantt", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "69fe90104b1843a0b25d9dd1d25da2ce", async() => {
                BeginContext(1504, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(1510, 160, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-gantt-edit-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "bb7221f22f374518ba3748366a7e6446", async() => {
                    BeginContext(1640, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_GanttEditOptions = CreateTagHelper <global::Syncfusion.JavaScript.Models.GanttEditOptions>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GanttEditOptions);
#line 42 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
                __Syncfusion_JavaScript_Models_GanttEditOptions.AllowAdding = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-adding", __Syncfusion_JavaScript_Models_GanttEditOptions.AllowAdding, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 42 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
                __Syncfusion_JavaScript_Models_GanttEditOptions.AllowDeleting = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-deleting", __Syncfusion_JavaScript_Models_GanttEditOptions.AllowDeleting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 42 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
                __Syncfusion_JavaScript_Models_GanttEditOptions.AllowEditing = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-editing", __Syncfusion_JavaScript_Models_GanttEditOptions.AllowEditing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 42 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
                __Syncfusion_JavaScript_Models_GanttEditOptions.AllowIndent = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-indent", __Syncfusion_JavaScript_Models_GanttEditOptions.AllowIndent, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_GanttEditOptions.EditMode = (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(1670, 5, true);
                WriteLiteral("\r\n\t  ");
                EndContext();
                BeginContext(1675, 182, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-strip-lines", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "aa42dc1b2a0f462b8aa2b46451c51bb0", async() => {
                    BeginContext(1690, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(1700, 135, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-gantt-strip-line", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ebc33bba23a246e4abbfcfcf65081106", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_GanttStripLine = CreateTagHelper <global::Syncfusion.JavaScript.Models.GanttStripLine>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GanttStripLine);
                    __Syncfusion_JavaScript_Models_GanttStripLine.Day = (string)__tagHelperAttribute_1.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                    __Syncfusion_JavaScript_Models_GanttStripLine.Label = (string)__tagHelperAttribute_2.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 45 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
                    __Syncfusion_JavaScript_Models_GanttStripLine.LineWidth = 2;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("line-width", __Syncfusion_JavaScript_Models_GanttStripLine.LineWidth, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    __Syncfusion_JavaScript_Models_GanttStripLine.LineColor = (string)__tagHelperAttribute_3.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                    __Syncfusion_JavaScript_Models_GanttStripLine.LineStyle = (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(1835, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_GanttCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.GanttCollectionTag>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_GanttCollectionTag);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1857, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(1863, 65, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-gantt-drag-tooltip", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "3cebd8c92dbd4dd3ba8eea0465db5778", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_GanttDragTooltip = CreateTagHelper <global::Syncfusion.JavaScript.Models.GanttDragTooltip>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GanttDragTooltip);
#line 47 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
                __Syncfusion_JavaScript_Models_GanttDragTooltip.ShowTooltip = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("show-tooltip", __Syncfusion_JavaScript_Models_GanttDragTooltip.ShowTooltip, 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(1928, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(1934, 266, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-gantt-toolbar-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "1e0dcaa2db7147cba1744814682ca4c3", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ToolBarOptions = CreateTagHelper <global::Syncfusion.JavaScript.Models.ToolBarOptions>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ToolBarOptions);
#line 48 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
                __Syncfusion_JavaScript_Models_ToolBarOptions.ShowToolbar = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("show-toolbar", __Syncfusion_JavaScript_Models_ToolBarOptions.ShowToolbar, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 48 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
                __Syncfusion_JavaScript_Models_ToolBarOptions.ToolbarItems = (new List <string>()
                {
                    "add", "edit", "delete", "update", "cancel", "indent", "outdent", "expandAll", "collapseAll", "search", "criticalPath", "prevTimeSpan", "nextTimeSpan"
                });

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("toolbar-items", __Syncfusion_JavaScript_Models_ToolBarOptions.ToolbarItems, 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(2200, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(2206, 74, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-gantt-size-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5ac631a698824fd89963085bdb5b56d3", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_SizeSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.SizeSettings>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_SizeSettings);
                __Syncfusion_JavaScript_Models_SizeSettings.Width = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_SizeSettings.Height = (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(2280, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                                                                        );
            __Syncfusion_JavaScript_Models_GanttProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GanttProperties>();
            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GanttProperties);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_7);
            __Syncfusion_JavaScript_Models_GanttProperties.TaskIdMapping = (string)__tagHelperAttribute_8.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
            __Syncfusion_JavaScript_Models_GanttProperties.TaskNameMapping = (string)__tagHelperAttribute_9.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
            __Syncfusion_JavaScript_Models_GanttProperties.StartDateMapping = (string)__tagHelperAttribute_10.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
            __Syncfusion_JavaScript_Models_GanttProperties.EndDateMapping = (string)__tagHelperAttribute_11.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
            __Syncfusion_JavaScript_Models_GanttProperties.DurationMapping = (string)__tagHelperAttribute_12.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
            __Syncfusion_JavaScript_Models_GanttProperties.ChildMapping = (string)__tagHelperAttribute_13.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_13);
            __Syncfusion_JavaScript_Models_GanttProperties.ProgressMapping = (string)__tagHelperAttribute_14.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_14);
            __Syncfusion_JavaScript_Models_GanttProperties.ScheduleStartDate = (string)__tagHelperAttribute_15.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_15);
            __Syncfusion_JavaScript_Models_GanttProperties.ScheduleEndDate = (string)__tagHelperAttribute_16.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_16);
            __Syncfusion_JavaScript_Models_GanttProperties.DateFormat = (string)__tagHelperAttribute_17.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_17);
#line 20 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.AllowDragAndDrop = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("allow-drag-and-drop", __Syncfusion_JavaScript_Models_GanttProperties.AllowDragAndDrop, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 21 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.ShowColumnChooser = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("show-column-chooser", __Syncfusion_JavaScript_Models_GanttProperties.ShowColumnChooser, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 22 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.ShowColumnOptions = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("show-column-options", __Syncfusion_JavaScript_Models_GanttProperties.ShowColumnOptions, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 23 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.HighlightWeekends = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("highlight-weekends", __Syncfusion_JavaScript_Models_GanttProperties.HighlightWeekends, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 24 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.TreeColumnIndex = 1;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("tree-column-index", __Syncfusion_JavaScript_Models_GanttProperties.TreeColumnIndex, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 25 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.ShowGridCellTooltip = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("show-grid-cell-tooltip", __Syncfusion_JavaScript_Models_GanttProperties.ShowGridCellTooltip, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 26 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.AllowSelection = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("allow-selection", __Syncfusion_JavaScript_Models_GanttProperties.AllowSelection, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 27 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.AllowGanttChartEditing = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("allow-gantt-chart-editing", __Syncfusion_JavaScript_Models_GanttProperties.AllowGanttChartEditing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __Syncfusion_JavaScript_Models_GanttProperties.PredecessorMapping = (string)__tagHelperAttribute_18.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_18);
#line 29 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.AllowColumnResize = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("allow-column-resize", __Syncfusion_JavaScript_Models_GanttProperties.AllowColumnResize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 30 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.AllowSorting = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("allow-sorting", __Syncfusion_JavaScript_Models_GanttProperties.AllowSorting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 31 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.IncludeWeekend = false;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("include-weekend", __Syncfusion_JavaScript_Models_GanttProperties.IncludeWeekend, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __Syncfusion_JavaScript_Models_GanttProperties.ResourceIdMapping = (string)__tagHelperAttribute_19.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_19);
            __Syncfusion_JavaScript_Models_GanttProperties.ResourceInfoMapping = (string)__tagHelperAttribute_20.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_20);
            __Syncfusion_JavaScript_Models_GanttProperties.ResourceNameMapping = (string)__tagHelperAttribute_21.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_21);
#line 35 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.ShowResourceNames = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("show-resource-names", __Syncfusion_JavaScript_Models_GanttProperties.ShowResourceNames, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 36 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.EnableContextMenu = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("enable-context-menu", __Syncfusion_JavaScript_Models_GanttProperties.EnableContextMenu, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __Syncfusion_JavaScript_Models_GanttProperties.NotesMapping = (string)__tagHelperAttribute_22.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_22);
#line 38 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.IsResponsive = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("is-responsive", __Syncfusion_JavaScript_Models_GanttProperties.IsResponsive, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 39 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.EnableVirtualization = false;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("enable-virtualization", __Syncfusion_JavaScript_Models_GanttProperties.EnableVirtualization, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 40 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.Resources = ViewBag.resources;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("resources", __Syncfusion_JavaScript_Models_GanttProperties.Resources, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 41 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.DataSource = ViewBag.datasource;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("datasource", __Syncfusion_JavaScript_Models_GanttProperties.DataSource, 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(2293, 4, true);
            WriteLiteral("\r\n\r\n");
            EndContext();
        }
Beispiel #4
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("MetaTags", async() => {
                BeginContext(49, 127, true);
                WriteLiteral("\r\n  <meta name=\"description\" content=\"This example illustrates the excel and pdf exporting in the Syncfusion Gantt control.\">\r\n");
                EndContext();
            }
                          );
            BeginContext(179, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            DefineSection("SampleHeading", async() => {
                BeginContext(204, 44, true);
                WriteLiteral("<span class=\"sampleName\">Gantt/Export</span>");
                EndContext();
            }
                          );
            BeginContext(251, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            DefineSection("ControlsSection", async() => {
                BeginContext(278, 2, true);
                WriteLiteral("\r\n");
                EndContext();
                BeginContext(280, 815, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-gantt", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "afcd241820ea4e82ba2328f7036fa181", async() => {
                    BeginContext(929, 9, true);
                    WriteLiteral("   \r\n    ");
                    EndContext();
                    BeginContext(938, 53, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-gantt-size-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "f5aa4e959af64cbbac0258b803e33380", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_SizeSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.SizeSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_SizeSettings);
                    __Syncfusion_JavaScript_Models_SizeSettings.Height = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                    __Syncfusion_JavaScript_Models_SizeSettings.Width = (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(991, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                    BeginContext(997, 85, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-gantt-toolbar-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "8543711f586d4665a398be1428958307", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_ToolBarOptions = CreateTagHelper <global::Syncfusion.JavaScript.Models.ToolBarOptions>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ToolBarOptions);
#line 26 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttExport.cshtml"
                    __Syncfusion_JavaScript_Models_ToolBarOptions.ShowToolbar = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("show-toolbar", __Syncfusion_JavaScript_Models_ToolBarOptions.ShowToolbar, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 26 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttExport.cshtml"
                    __Syncfusion_JavaScript_Models_ToolBarOptions.ToolbarItems = ViewBag.toolbarItems;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("toolbar-items", __Syncfusion_JavaScript_Models_ToolBarOptions.ToolbarItems, 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(1082, 2, true);
                    WriteLiteral("\r\n");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_GanttProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GanttProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GanttProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttExport.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.DataSource = ViewBag.datasource;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("datasource", __Syncfusion_JavaScript_Models_GanttProperties.DataSource, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_GanttProperties.TaskIdMapping = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                __Syncfusion_JavaScript_Models_GanttProperties.TaskNameMapping = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                __Syncfusion_JavaScript_Models_GanttProperties.StartDateMapping = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_GanttProperties.DurationMapping = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                __Syncfusion_JavaScript_Models_GanttProperties.ProgressMapping = (string)__tagHelperAttribute_7.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                __Syncfusion_JavaScript_Models_GanttProperties.ScheduleStartDate = (string)__tagHelperAttribute_8.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                __Syncfusion_JavaScript_Models_GanttProperties.ScheduleEndDate = (string)__tagHelperAttribute_9.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
#line 17 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttExport.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.HighlightWeekends = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("highlight-weekends", __Syncfusion_JavaScript_Models_GanttProperties.HighlightWeekends, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 18 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttExport.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.IncludeWeekend = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("include-weekend", __Syncfusion_JavaScript_Models_GanttProperties.IncludeWeekend, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 19 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttExport.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.AllowColumnResize = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-column-resize", __Syncfusion_JavaScript_Models_GanttProperties.AllowColumnResize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_GanttProperties.PredecessorMapping = (string)__tagHelperAttribute_10.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
#line 21 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttExport.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.TreeColumnIndex = 1;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("tree-column-index", __Syncfusion_JavaScript_Models_GanttProperties.TreeColumnIndex, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_GanttProperties.ChildMapping = (string)__tagHelperAttribute_11.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
#line 23 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttExport.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.AllowSelection = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-selection", __Syncfusion_JavaScript_Models_GanttProperties.AllowSelection, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 24 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\GanttExport.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.IsResponsive = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("is-responsive", __Syncfusion_JavaScript_Models_GanttProperties.IsResponsive, 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(1095, 10, true);
                WriteLiteral("        \r\n");
                EndContext();
            }
                          );
        }
Beispiel #5
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 3 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"

            ViewBag.Title = "Essential Studio for ASP.NET Core : Project Tracker";

#line default
#line hidden
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"

            Layout = "~/Areas/Projecttracker/Views/Shared/_Layout.cshtml";

#line default
#line hidden
            BeginContext(227, 2066, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-gantt", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "65ecfe76df5b4071889e66b4a364151f", async() => {
                BeginContext(1504, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(1510, 160, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-gantt-edit-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "b0118532232f494a882b3c9f49675228", async() => {
                    BeginContext(1640, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_GanttEditOptions = CreateTagHelper <global::Syncfusion.JavaScript.Models.GanttEditOptions>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GanttEditOptions);
#line 42 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
                __Syncfusion_JavaScript_Models_GanttEditOptions.AllowAdding = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-adding", __Syncfusion_JavaScript_Models_GanttEditOptions.AllowAdding, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 42 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
                __Syncfusion_JavaScript_Models_GanttEditOptions.AllowDeleting = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-deleting", __Syncfusion_JavaScript_Models_GanttEditOptions.AllowDeleting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 42 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
                __Syncfusion_JavaScript_Models_GanttEditOptions.AllowEditing = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-editing", __Syncfusion_JavaScript_Models_GanttEditOptions.AllowEditing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 42 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
                __Syncfusion_JavaScript_Models_GanttEditOptions.AllowIndent = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-indent", __Syncfusion_JavaScript_Models_GanttEditOptions.AllowIndent, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_GanttEditOptions.EditMode = (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(1670, 5, true);
                WriteLiteral("\r\n\t  ");
                EndContext();
                BeginContext(1675, 182, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-strip-lines", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4aa76782aa6948278a6595c71c8af19a", async() => {
                    BeginContext(1690, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(1700, 135, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-gantt-strip-line", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "bcd036183c6949c280eb60cd8d46d872", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_GanttStripLine = CreateTagHelper <global::Syncfusion.JavaScript.Models.GanttStripLine>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GanttStripLine);
                    __Syncfusion_JavaScript_Models_GanttStripLine.Day = (string)__tagHelperAttribute_1.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                    __Syncfusion_JavaScript_Models_GanttStripLine.Label = (string)__tagHelperAttribute_2.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 45 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
                    __Syncfusion_JavaScript_Models_GanttStripLine.LineWidth = 2;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("line-width", __Syncfusion_JavaScript_Models_GanttStripLine.LineWidth, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    __Syncfusion_JavaScript_Models_GanttStripLine.LineColor = (string)__tagHelperAttribute_3.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                    __Syncfusion_JavaScript_Models_GanttStripLine.LineStyle = (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(1835, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_GanttCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.GanttCollectionTag>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_GanttCollectionTag);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1857, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(1863, 65, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-gantt-drag-tooltip", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "c0ada1fb0c2f46229e3c6109ead02afd", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_GanttDragTooltip = CreateTagHelper <global::Syncfusion.JavaScript.Models.GanttDragTooltip>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GanttDragTooltip);
#line 47 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
                __Syncfusion_JavaScript_Models_GanttDragTooltip.ShowTooltip = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("show-tooltip", __Syncfusion_JavaScript_Models_GanttDragTooltip.ShowTooltip, 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(1928, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(1934, 266, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-gantt-toolbar-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "0fc1324c714d469a83e8410f1de6cf18", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ToolBarOptions = CreateTagHelper <global::Syncfusion.JavaScript.Models.ToolBarOptions>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ToolBarOptions);
#line 48 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
                __Syncfusion_JavaScript_Models_ToolBarOptions.ShowToolbar = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("show-toolbar", __Syncfusion_JavaScript_Models_ToolBarOptions.ShowToolbar, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 48 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
                __Syncfusion_JavaScript_Models_ToolBarOptions.ToolbarItems = (new List <string>()
                {
                    "add", "edit", "delete", "update", "cancel", "indent", "outdent", "expandAll", "collapseAll", "search", "criticalPath", "prevTimeSpan", "nextTimeSpan"
                });

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("toolbar-items", __Syncfusion_JavaScript_Models_ToolBarOptions.ToolbarItems, 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(2200, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(2206, 74, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-gantt-size-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "bbb69f9175fd443582c06eb8592917c8", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_SizeSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.SizeSettings>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_SizeSettings);
                __Syncfusion_JavaScript_Models_SizeSettings.Width = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_SizeSettings.Height = (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(2280, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                                                                        );
            __Syncfusion_JavaScript_Models_GanttProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GanttProperties>();
            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GanttProperties);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_7);
            __Syncfusion_JavaScript_Models_GanttProperties.TaskIdMapping = (string)__tagHelperAttribute_8.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
            __Syncfusion_JavaScript_Models_GanttProperties.TaskNameMapping = (string)__tagHelperAttribute_9.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
            __Syncfusion_JavaScript_Models_GanttProperties.StartDateMapping = (string)__tagHelperAttribute_10.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
            __Syncfusion_JavaScript_Models_GanttProperties.EndDateMapping = (string)__tagHelperAttribute_11.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
            __Syncfusion_JavaScript_Models_GanttProperties.DurationMapping = (string)__tagHelperAttribute_12.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
            __Syncfusion_JavaScript_Models_GanttProperties.ChildMapping = (string)__tagHelperAttribute_13.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_13);
            __Syncfusion_JavaScript_Models_GanttProperties.ProgressMapping = (string)__tagHelperAttribute_14.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_14);
            __Syncfusion_JavaScript_Models_GanttProperties.ScheduleStartDate = (string)__tagHelperAttribute_15.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_15);
            __Syncfusion_JavaScript_Models_GanttProperties.ScheduleEndDate = (string)__tagHelperAttribute_16.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_16);
            __Syncfusion_JavaScript_Models_GanttProperties.DateFormat = (string)__tagHelperAttribute_17.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_17);
#line 20 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.AllowDragAndDrop = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("allow-drag-and-drop", __Syncfusion_JavaScript_Models_GanttProperties.AllowDragAndDrop, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 21 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.ShowColumnChooser = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("show-column-chooser", __Syncfusion_JavaScript_Models_GanttProperties.ShowColumnChooser, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 22 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.ShowColumnOptions = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("show-column-options", __Syncfusion_JavaScript_Models_GanttProperties.ShowColumnOptions, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 23 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.HighlightWeekends = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("highlight-weekends", __Syncfusion_JavaScript_Models_GanttProperties.HighlightWeekends, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 24 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.TreeColumnIndex = 1;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("tree-column-index", __Syncfusion_JavaScript_Models_GanttProperties.TreeColumnIndex, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 25 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.ShowGridCellTooltip = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("show-grid-cell-tooltip", __Syncfusion_JavaScript_Models_GanttProperties.ShowGridCellTooltip, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 26 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.AllowSelection = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("allow-selection", __Syncfusion_JavaScript_Models_GanttProperties.AllowSelection, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 27 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.AllowGanttChartEditing = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("allow-gantt-chart-editing", __Syncfusion_JavaScript_Models_GanttProperties.AllowGanttChartEditing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __Syncfusion_JavaScript_Models_GanttProperties.PredecessorMapping = (string)__tagHelperAttribute_18.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_18);
#line 29 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.AllowColumnResize = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("allow-column-resize", __Syncfusion_JavaScript_Models_GanttProperties.AllowColumnResize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 30 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.AllowSorting = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("allow-sorting", __Syncfusion_JavaScript_Models_GanttProperties.AllowSorting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 31 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.IncludeWeekend = false;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("include-weekend", __Syncfusion_JavaScript_Models_GanttProperties.IncludeWeekend, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __Syncfusion_JavaScript_Models_GanttProperties.ResourceIdMapping = (string)__tagHelperAttribute_19.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_19);
            __Syncfusion_JavaScript_Models_GanttProperties.ResourceInfoMapping = (string)__tagHelperAttribute_20.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_20);
            __Syncfusion_JavaScript_Models_GanttProperties.ResourceNameMapping = (string)__tagHelperAttribute_21.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_21);
#line 35 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.ShowResourceNames = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("show-resource-names", __Syncfusion_JavaScript_Models_GanttProperties.ShowResourceNames, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 36 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.EnableContextMenu = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("enable-context-menu", __Syncfusion_JavaScript_Models_GanttProperties.EnableContextMenu, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __Syncfusion_JavaScript_Models_GanttProperties.NotesMapping = (string)__tagHelperAttribute_22.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_22);
#line 38 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.IsResponsive = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("is-responsive", __Syncfusion_JavaScript_Models_GanttProperties.IsResponsive, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 39 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.EnableVirtualization = false;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("enable-virtualization", __Syncfusion_JavaScript_Models_GanttProperties.EnableVirtualization, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 40 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.Resources = ViewBag.resources;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("resources", __Syncfusion_JavaScript_Models_GanttProperties.Resources, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 41 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Areas\Projecttracker\Views\Projecttracker\Index.cshtml"
            __Syncfusion_JavaScript_Models_GanttProperties.DataSource = ViewBag.datasource;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("datasource", __Syncfusion_JavaScript_Models_GanttProperties.DataSource, 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(2293, 4, true);
            WriteLiteral("\r\n\r\n");
            EndContext();
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("MetaTags", async() => {
                BeginContext(49, 156, true);
                WriteLiteral("\r\n  <meta name=\"description\" content=\"This example visualizes a project schedule using the Syncfusion Gantt chart with the basic Gantt features enabled.\">\r\n");
                EndContext();
            }
                          );
            BeginContext(208, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            DefineSection("SampleHeading", async() => {
                BeginContext(233, 61, true);
                WriteLiteral("<span class=\"sampleName\">Gantt/Default Functionalities</span>");
                EndContext();
            }
                          );
            BeginContext(297, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            DefineSection("ControlsSection", async() => {
                BeginContext(324, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(330, 778, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-gantt", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "314ad7c670264e1eb793179401e07a22", async() => {
                    BeginContext(1028, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(1038, 53, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-gantt-size-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "e76932371aab4f3baa95307063b8af28", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_SizeSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.SizeSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_SizeSettings);
                    __Syncfusion_JavaScript_Models_SizeSettings.Height = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                    __Syncfusion_JavaScript_Models_SizeSettings.Width = (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(1091, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_GanttProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GanttProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GanttProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\Default.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.DataSource = ViewBag.datasource;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("datasource", __Syncfusion_JavaScript_Models_GanttProperties.DataSource, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_GanttProperties.TaskIdMapping = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                __Syncfusion_JavaScript_Models_GanttProperties.TaskNameMapping = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                __Syncfusion_JavaScript_Models_GanttProperties.StartDateMapping = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_GanttProperties.DurationMapping = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                __Syncfusion_JavaScript_Models_GanttProperties.ProgressMapping = (string)__tagHelperAttribute_7.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                __Syncfusion_JavaScript_Models_GanttProperties.ScheduleStartDate = (string)__tagHelperAttribute_8.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                __Syncfusion_JavaScript_Models_GanttProperties.ScheduleEndDate = (string)__tagHelperAttribute_9.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
#line 17 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\Default.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.HighlightWeekends = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("highlight-weekends", __Syncfusion_JavaScript_Models_GanttProperties.HighlightWeekends, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 18 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\Default.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.IncludeWeekend = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("include-weekend", __Syncfusion_JavaScript_Models_GanttProperties.IncludeWeekend, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 19 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\Default.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.AllowColumnResize = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-column-resize", __Syncfusion_JavaScript_Models_GanttProperties.AllowColumnResize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 20 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\Default.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.TreeColumnIndex = 1;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("tree-column-index", __Syncfusion_JavaScript_Models_GanttProperties.TreeColumnIndex, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_GanttProperties.ChildMapping = (string)__tagHelperAttribute_10.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
#line 22 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\Default.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.AllowSelection = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-selection", __Syncfusion_JavaScript_Models_GanttProperties.AllowSelection, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 23 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\Default.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.AllowGanttChartEditing = false;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-gantt-chart-editing", __Syncfusion_JavaScript_Models_GanttProperties.AllowGanttChartEditing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 24 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Gantt\Default.cshtml"
                __Syncfusion_JavaScript_Models_GanttProperties.IsResponsive = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("is-responsive", __Syncfusion_JavaScript_Models_GanttProperties.IsResponsive, 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(1108, 10, true);
                WriteLiteral("        \r\n");
                EndContext();
            }
                          );
        }