|
#pragma checksum "D:\a\_work\1\s\src\Components\WebView\test\E2ETest\Pages\TestPage.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "0e4ad259bd957ee87afbd2f057631186ed8d73302f17338f75cd6cb2b2744ac1"
// <auto-generated/>
#pragma warning disable 1591
namespace Microsoft.AspNetCore.Components.WebViewE2E.Test.Pages
{
#line default
using global::System;
using global::System.Collections.Generic;
using global::System.Linq;
using global::System.Threading.Tasks;
using global::Microsoft.AspNetCore.Components;
#nullable restore
#line (1,2)-(1,23) "D:\a\_work\1\s\src\Components\WebView\test\E2ETest\_Imports.razor"
using System.Net.Http
#nullable disable
;
#nullable restore
#line (2,2)-(2,28) "D:\a\_work\1\s\src\Components\WebView\test\E2ETest\_Imports.razor"
using System.Net.Http.Json
#nullable disable
;
#nullable restore
#line (3,2)-(3,45) "D:\a\_work\1\s\src\Components\WebView\test\E2ETest\_Imports.razor"
using Microsoft.AspNetCore.Components.Forms
#nullable disable
;
#nullable restore
#line (4,2)-(4,47) "D:\a\_work\1\s\src\Components\WebView\test\E2ETest\_Imports.razor"
using Microsoft.AspNetCore.Components.Routing
#nullable disable
;
#nullable restore
#line (5,2)-(5,43) "D:\a\_work\1\s\src\Components\WebView\test\E2ETest\_Imports.razor"
using Microsoft.AspNetCore.Components.Web
#nullable disable
;
#nullable restore
#line (6,2)-(6,58) "D:\a\_work\1\s\src\Components\WebView\test\E2ETest\_Imports.razor"
using Microsoft.AspNetCore.Components.Web.Virtualization
#nullable disable
;
#nullable restore
#line (7,2)-(7,27) "D:\a\_work\1\s\src\Components\WebView\test\E2ETest\_Imports.razor"
using Microsoft.JSInterop
#nullable disable
;
#line default
#line hidden
[global::Microsoft.AspNetCore.Components.RouteAttribute(
// language=Route,Component
#nullable restore
#line (1,7)-(1,10) "D:\a\_work\1\s\src\Components\WebView\test\E2ETest\Pages\TestPage.razor"
"/"
#line default
#line hidden
#nullable disable
)]
#nullable restore
public partial class TestPage : global::Microsoft.AspNetCore.Components.ComponentBase
#nullable disable
{
#pragma warning disable 1998
protected override void BuildRenderTree(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
{
__builder.OpenElement(0, "div");
__builder.AddAttribute(1, "class", "my-component");
__builder.AddMarkupContent(2, "\r\n The count is ");
__builder.OpenElement(3, "span");
__builder.AddAttribute(4, "id", "counterValue");
#nullable restore
#line (4,43)-(4,50) 24 "D:\a\_work\1\s\src\Components\WebView\test\E2ETest\Pages\TestPage.razor"
__builder.AddContent(5, counter
#line default
#line hidden
#nullable disable
);
__builder.CloseElement();
__builder.AddContent(6, ". ");
__builder.OpenElement(7, "button");
__builder.AddAttribute(8, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
#nullable restore
#line (4,77)-(4,84) "D:\a\_work\1\s\src\Components\WebView\test\E2ETest\Pages\TestPage.razor"
DoClick
#line default
#line hidden
#nullable disable
));
__builder.AddAttribute(9, "id", "incrementButton");
__builder.AddContent(10, "Increment");
__builder.CloseElement();
__builder.CloseElement();
__builder.AddMarkupContent(11, "\r\n\r\n");
__builder.OpenElement(12, "div");
__builder.AddAttribute(13, "id", "controlDiv");
#nullable restore
#line (7,23)-(7,35) 25 "D:\a\_work\1\s\src\Components\WebView\test\E2ETest\Pages\TestPage.razor"
__builder.AddContent(14, controlValue
#line default
#line hidden
#nullable disable
);
__builder.CloseElement();
}
#pragma warning restore 1998
#nullable restore
#line (10,2)-(21,1) "D:\a\_work\1\s\src\Components\WebView\test\E2ETest\Pages\TestPage.razor"
int controlValue; // used to control test flow
int counter;
void DoClick()
{
counter++;
controlValue = counter;
}
#line default
#line hidden
#nullable disable
}
}
#pragma warning restore 1591
|