Ejemplo n.º 1
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 50, true);
                WriteLiteral(" <span class=\"sampleName\">TagCloud / Events</span>");
                EndContext();
            }
                          );
            BeginContext(76, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            DefineSection("ControlsSection", async() => {
                BeginContext(103, 5, true);
                WriteLiteral("\r\n   ");
                EndContext();
                BeginContext(108, 235, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-tag-cloud", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "25a159aaacd347f693cd08cb752dac46", async() => {
                    BeginContext(247, 9, true);
                    WriteLiteral("\r\n       ");
                    EndContext();
                    BeginContext(256, 66, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-tag-cloud-fields", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "337fbe1e62a54ec99a3f649533afef05", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_TagCloudFields = CreateTagHelper <global::Syncfusion.JavaScript.Models.TagCloudFields>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_TagCloudFields);
                    __Syncfusion_JavaScript_Models_TagCloudFields.Text = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                    __Syncfusion_JavaScript_Models_TagCloudFields.Frequency = (string)__tagHelperAttribute_1.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                    __Syncfusion_JavaScript_Models_TagCloudFields.Url = (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(322, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_TagCloudProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.TagCloudProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_TagCloudProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
#line 4 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\TagCloud\Events.cshtml"
                __Syncfusion_JavaScript_Models_TagCloudProperties.DataSource = ViewBag.datasource;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("dataSource", __Syncfusion_JavaScript_Models_TagCloudProperties.DataSource, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_TagCloudProperties.Title = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                __Syncfusion_JavaScript_Models_TagCloudProperties.Create = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_TagCloudProperties.MouseOver = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                __Syncfusion_JavaScript_Models_TagCloudProperties.Click = (string)__tagHelperAttribute_7.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(343, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                          );
            BeginContext(348, 135, true);
            WriteLiteral("<div id=\"tagCloudTarget\">\r\n    <ul>\r\n        <li>mouseover</li>\r\n        <li>mouseout</li>\r\n        <li>click</li>\r\n    </ul>\r\n</div>\r\n");
            EndContext();
            DefineSection("EventsDropdown", async() => {
                BeginContext(507, 4, true);
                WriteLiteral("\r\n\r\n");
                EndContext();
                BeginContext(511, 160, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-drop-down-list", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "307f007bb3994c9baceff6cea5e94d11", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_DropDownListProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.DropDownListProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_DropDownListProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8);
                __Syncfusion_JavaScript_Models_DropDownListProperties.TargetID = (string)__tagHelperAttribute_9.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
#line 17 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\TagCloud\Events.cshtml"
                __Syncfusion_JavaScript_Models_DropDownListProperties.ShowCheckbox = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("show-checkbox", __Syncfusion_JavaScript_Models_DropDownListProperties.ShowCheckbox, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 17 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\TagCloud\Events.cshtml"
                __Syncfusion_JavaScript_Models_DropDownListProperties.CheckAll = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("check-all", __Syncfusion_JavaScript_Models_DropDownListProperties.CheckAll, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_DropDownListProperties.Change = (string)__tagHelperAttribute_10.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(671, 4, true);
                WriteLiteral("\r\n\r\n");
                EndContext();
            }
                          );
            DefineSection("ScriptSection", async() => {
                BeginContext(701, 1397, true);
                WriteLiteral(@"
    <script>
        function evtpropscheckedevent(args) {
            tagObj = $(""#tagEvents"").data(""ejTagCloud"");
            if (args.isChecked) {
                switch (args.selectedText) {
                    case ""mouseover"": tagObj.option(args.selectedText, ""onmouseover""); break;
                    case ""mouseout"": tagObj.option(args.selectedText, ""onmouseout""); break;
                    case ""click"": tagObj.option(args.selectedText, ""onclick""); break;
                }
            }
            else tagObj.option(args.selectedText, null);
        }

        function oncreate(args) {
            jQuery.addEventLog(""Tagcloud has been <span class='eventTitle'>created</span>."");
        }
        function onmouseover(args) {
            jQuery.addEventLog(""Mouse pointer is <span class='eventTitle'>hovered </span> on "" + args.value + "".</br>"");
        }
        function onmouseout(args) {
            jQuery.addEventLog(""Mouse pointer is <span class='eventTitle'>hovered away</span>");
                WriteLiteral(@" from "" + args.value + "".</br>"");
        }
        function onclick(args) {
            jQuery.addEventLog(args.value + "" is <span class='eventTitle'>clicked</span>.</br>"");
        }
        function onClear() {
            $(""#EventLog"").html("""");
        }
        $(document).ready(function () { $(""#sampleProperties"").ejPropertiesPanel(); });
    </script>
");
                EndContext();
            }
                          );
            BeginContext(2101, 2, true);
            WriteLiteral("\r\n");
            EndContext();
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 60, true);
                WriteLiteral(" <span class=\"sampleName\">TagCloud / DatabindingOdata</span>");
                EndContext();
            }
                          );
            BeginContext(86, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            DefineSection("ControlsSection", async() => {
                BeginContext(113, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(119, 331, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-tag-cloud", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "b286b1d143854e6b969033d4070df07f", async() => {
                    BeginContext(216, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(226, 129, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ac5bdd9e0ebc46cb8e8dd68bd8aead5b", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
                    __Syncfusion_JavaScript_DataSource.URL = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 5 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\TagCloud\DatabindingOdata.cshtml"
                    __Syncfusion_JavaScript_DataSource.Offline = false;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("offline", __Syncfusion_JavaScript_DataSource.Offline, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 5 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\TagCloud\DatabindingOdata.cshtml"
                    __Syncfusion_JavaScript_DataSource.CrossDomain = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("cross-domain", __Syncfusion_JavaScript_DataSource.CrossDomain, 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(355, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(365, 63, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-tag-cloud-fields", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "b88a68142bcd426786c19003071c5233", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_TagCloudFields = CreateTagHelper <global::Syncfusion.JavaScript.Models.TagCloudFields>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_TagCloudFields);
                    __Syncfusion_JavaScript_Models_TagCloudFields.Text = (string)__tagHelperAttribute_1.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                    __Syncfusion_JavaScript_Models_TagCloudFields.Frequency = (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(428, 7, true);
                    WriteLiteral(" \r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_TagCloudProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.TagCloudProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_TagCloudProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
                __Syncfusion_JavaScript_Models_TagCloudProperties.Title = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                __Syncfusion_JavaScript_Models_TagCloudProperties.Query = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(450, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                          );
            BeginContext(455, 4, true);
            WriteLiteral("\r\n\r\n");
            EndContext();
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 57, true);
                WriteLiteral(" \r\n    <span class=\"sampleName\">TagCloud / Default</span>");
                EndContext();
            }
                          );
            BeginContext(83, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            DefineSection("ControlsSection", async() => {
                BeginContext(110, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(116, 170, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-tag-cloud", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "86d682cf1df846b1ab233c1f690ba7b5", async() => {
                    BeginContext(199, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(209, 56, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-tag-cloud-fields", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "c79d819b294849af8f5848939f86520f", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_TagCloudFields = CreateTagHelper <global::Syncfusion.JavaScript.Models.TagCloudFields>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_TagCloudFields);
                    __Syncfusion_JavaScript_Models_TagCloudFields.Text = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                    __Syncfusion_JavaScript_Models_TagCloudFields.Frequency = (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(265, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_TagCloudProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.TagCloudProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_TagCloudProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
#line 5 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\TagCloud\Default.cshtml"
                __Syncfusion_JavaScript_Models_TagCloudProperties.DataSource = ViewBag.datasource;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("dataSource", __Syncfusion_JavaScript_Models_TagCloudProperties.DataSource, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_TagCloudProperties.Title = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(286, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                          );
            BeginContext(291, 1, true);
            WriteLiteral(" ");
            EndContext();
        }
Ejemplo n.º 4
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 47, true);
                WriteLiteral(" <span class=\"sampleName\">TagCloud / RTL</span>");
                EndContext();
            }
                          );
            BeginContext(73, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            DefineSection("ControlsSection", async() => {
                BeginContext(100, 10, true);
                WriteLiteral(" \r\n       ");
                EndContext();
                BeginContext(110, 214, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-tag-cloud", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "08d6f05e63214145b04424a3fd6651d6", async() => {
                    BeginContext(217, 13, true);
                    WriteLiteral("\r\n           ");
                    EndContext();
                    BeginContext(230, 66, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-tag-cloud-fields", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "6ae4188c5ab64456a0b0f5db59a2e6e5", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_TagCloudFields = CreateTagHelper <global::Syncfusion.JavaScript.Models.TagCloudFields>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_TagCloudFields);
                    __Syncfusion_JavaScript_Models_TagCloudFields.Text = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                    __Syncfusion_JavaScript_Models_TagCloudFields.Url = (string)__tagHelperAttribute_1.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                    __Syncfusion_JavaScript_Models_TagCloudFields.Frequency = (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(296, 13, true);
                    WriteLiteral("\r\n           ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_TagCloudProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.TagCloudProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_TagCloudProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
#line 4 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\TagCloud\Rtl.cshtml"
                __Syncfusion_JavaScript_Models_TagCloudProperties.DataSource = ViewBag.datasource;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("dataSource", __Syncfusion_JavaScript_Models_TagCloudProperties.DataSource, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_TagCloudProperties.Title = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
#line 4 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\TagCloud\Rtl.cshtml"
                __Syncfusion_JavaScript_Models_TagCloudProperties.EnableRTL = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("enable-rtl", __Syncfusion_JavaScript_Models_TagCloudProperties.EnableRTL, 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(324, 4, true);
                WriteLiteral("\r\n\r\n");
                EndContext();
            }
                          );
            BeginContext(331, 2, true);
            WriteLiteral("\r\n");
            EndContext();
        }