#pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("MetaTags", async() => {
                BeginContext(18, 203, true);
                WriteLiteral("\r\n   <meta name=\"description\" content=\"This example demonstrates how to enable the time merdian support in dateTimePicker by using the properties like interval, meridian and enable in a ASP.NET Core \">\r\n");
                EndContext();
            }
                          );
            BeginContext(224, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            DefineSection("ScriptReferenceSection", async() => {
                BeginContext(258, 13, true);
                WriteLiteral("\r\n    <script");
                EndContext();
                BeginWriteAttribute("src", " src=\"", 271, "\"", 335, 1);
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\DateTimePicker\Meridian.cshtml"
                WriteAttributeValue("", 277, Url.Content("~/Scripts/cultures/ej.culture.en-US.min.js"), 277, 58, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(336, 12, true);
                WriteLiteral("></script>\r\n");
                EndContext();
            }
                          );
            DefineSection("SampleHeading", async() => {
                BeginContext(374, 58, true);
                WriteLiteral("<span class=\"sampleName\">DateTimePicker / Meridian</span> ");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(460, 70, true);
                WriteLiteral("\r\n    <div class=\"frame\">\r\n        <div class=\"control\">\r\n            ");
                EndContext();
                BeginContext(530, 182, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-date-time-picker", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "573390d23dce43c0a6987584cce8ff0a", async() => {
                    BeginContext(588, 18, true);
                    WriteLiteral("\r\n                ");
                    EndContext();
                    BeginContext(606, 70, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-time-drill-down", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "555394e0a30e41ea9bc9f42e421edbe0", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_TimeDrillDown = CreateTagHelper <global::Syncfusion.JavaScript.Models.TimeDrillDown>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_TimeDrillDown);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\DateTimePicker\Meridian.cshtml"
                    __Syncfusion_JavaScript_Models_TimeDrillDown.Enabled = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("enabled", __Syncfusion_JavaScript_Models_TimeDrillDown.Enabled, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\DateTimePicker\Meridian.cshtml"
                    __Syncfusion_JavaScript_Models_TimeDrillDown.Interval = 5;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("interval", __Syncfusion_JavaScript_Models_TimeDrillDown.Interval, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\DateTimePicker\Meridian.cshtml"
                    __Syncfusion_JavaScript_Models_TimeDrillDown.ShowMeridian = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("show-meridian", __Syncfusion_JavaScript_Models_TimeDrillDown.ShowMeridian, 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(676, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_DateTimePickerProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.DateTimePickerProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_DateTimePickerProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\DateTimePicker\Meridian.cshtml"
                __Syncfusion_JavaScript_Models_DateTimePickerProperties.Value = DateTime.Now;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("value", __Syncfusion_JavaScript_Models_DateTimePickerProperties.Value, 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(712, 30, true);
                WriteLiteral("\r\n        </div>\r\n    </div>\r\n");
                EndContext();
            }
                          );
            DefineSection("StyleSection", async() => {
                BeginContext(767, 164, true);
                WriteLiteral("\r\n    <style>\r\n        .control {\r\n            width: 210px;\r\n        }\r\n\r\n        .control .e-datetime-wrap {\r\n            width: 175px;\r\n        }\r\n    </style>\r\n");
                EndContext();
            }
                          );
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("MetaTags", async() => {
                BeginContext(18, 184, true);
                WriteLiteral("\r\n   <meta name=\"description\" content=\"This example demonstrates the drill down navigaiton in DateTimPicker and its properties like interval, meridian and enable in a ASP.NET Core \">\r\n");
                EndContext();
            }
                          );
            BeginContext(205, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            DefineSection("ScriptReferenceSection", async() => {
                BeginContext(239, 13, true);
                WriteLiteral("\r\n    <script");
                EndContext();
                BeginWriteAttribute("src", " src=\"", 252, "\"", 316, 1);
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\DateTimePicker\Drilldown.cshtml"
                WriteAttributeValue("", 258, Url.Content("~/Scripts/cultures/ej.culture.en-US.min.js"), 258, 58, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(317, 12, true);
                WriteLiteral("></script>\r\n");
                EndContext();
            }
                          );
            DefineSection("SampleHeading", async() => {
                BeginContext(355, 59, true);
                WriteLiteral("<span class=\"sampleName\">DateTimePicker / Drilldown</span> ");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(442, 70, true);
                WriteLiteral("\r\n    <div class=\"frame\">\r\n        <div class=\"control\">\r\n            ");
                EndContext();
                BeginContext(512, 182, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-date-time-picker", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "011e313e401f4adc96a1c5e99520cc5a", async() => {
                    BeginContext(569, 18, true);
                    WriteLiteral("\r\n                ");
                    EndContext();
                    BeginContext(587, 71, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-time-drill-down", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "0ea045b2d03744da976f1b1dd1dc60b3", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_TimeDrillDown = CreateTagHelper <global::Syncfusion.JavaScript.Models.TimeDrillDown>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_TimeDrillDown);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\DateTimePicker\Drilldown.cshtml"
                    __Syncfusion_JavaScript_Models_TimeDrillDown.Enabled = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("enabled", __Syncfusion_JavaScript_Models_TimeDrillDown.Enabled, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\DateTimePicker\Drilldown.cshtml"
                    __Syncfusion_JavaScript_Models_TimeDrillDown.Interval = 5;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("interval", __Syncfusion_JavaScript_Models_TimeDrillDown.Interval, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\DateTimePicker\Drilldown.cshtml"
                    __Syncfusion_JavaScript_Models_TimeDrillDown.ShowMeridian = false;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("show-meridian", __Syncfusion_JavaScript_Models_TimeDrillDown.ShowMeridian, 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(658, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_DateTimePickerProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.DateTimePickerProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_DateTimePickerProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\DateTimePicker\Drilldown.cshtml"
                __Syncfusion_JavaScript_Models_DateTimePickerProperties.Value = DateTime.Now;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("value", __Syncfusion_JavaScript_Models_DateTimePickerProperties.Value, 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(694, 32, true);
                WriteLiteral("\r\n\r\n        </div>\r\n    </div>\r\n");
                EndContext();
            }
                          );
            DefineSection("StyleSection", async() => {
                BeginContext(751, 164, true);
                WriteLiteral("\r\n    <style>\r\n        .control {\r\n            width: 210px;\r\n        }\r\n\r\n        .control .e-datetime-wrap {\r\n            width: 175px;\r\n        }\r\n    </style>\r\n");
                EndContext();
            }
                          );
        }