﻿[0000] AddMarkupContent("<h1 TestCssScope>Element with no attributes</h1>\r\n")
[0001] OpenElement("parent")
[0002] AddAttribute("with-attributes", "yes")
[0003] AddAttribute("with-csharp-attribute-value", 123)
[0004] AddAttribute("TestCssScope")
[0005] AddMarkupContent("<child TestCssScope></child>\r\n ")
[0006] AddMarkupContent("<child has multiple attributes=\"some with values\" TestCssScope>With text</child>\r\n ")
[0007] OpenComponent<global::Test.TemplatedComponent>()
[0008] AddAttribute("ChildContent", (global::Microsoft.AspNetCore.Components.RenderFragment)((__builder2) => { __builder2.AddMarkupContent(9, "<span id=\"hello\" TestCssScope>This is in child content</span>"); } ))
[0009] AddMarkupContent("<span id=\"hello\" TestCssScope>This is in child content</span>")
[0010] AddComponentReferenceCapture((__value) => { myComponentReference = (global::Test.TemplatedComponent)__value; })
[0011] OpenElement("with-ref-capture")
[0012] AddAttribute("some-attr")
[0013] AddAttribute("TestCssScope")
[0014] AddElementReferenceCapture((__value) => { myElementReference = __value; })
[0015] AddContent("Content")
[0016] AddMarkupContent("\r\n ")
[0017] OpenElement("input")
[0018] AddAttribute("id", "myElem")
[0019] AddAttribute("another-attr", "Another attr value")
[0020] AddAttribute("value", global::Microsoft.AspNetCore.Components.BindConverter.FormatValue( myVariable ))
[0021] AddAttribute("onchange", global::Microsoft.AspNetCore.Components.EventCallback.Factory.CreateBinder(this, __value => myVariable = __value, myVariable))
[0022] AddAttribute("TestCssScope")
[0023] OpenElement("li")
[0024] AddAttribute("data-index", i)
[0025] AddAttribute("TestCssScope")
[0026] AddContent("Something ")
[0027] AddContent(i)