1 write to OnClickAsyncAction
Microsoft.AspNetCore.Components.Tests (1)
RendererTest.cs (1)
919
OnClickAsyncAction
= async () =>
5 references to OnClickAsyncAction
Microsoft.AspNetCore.Components.Tests (5)
RendererTest.cs (5)
1648
builder.AddComponentParameter(1, nameof(EventComponent.
OnClickAsyncAction
), (Func<Task>)(async () =>
1759
builder.AddComponentParameter(1, nameof(EventComponent.
OnClickAsyncAction
), (Func<Task>)(async () =>
1879
builder.AddComponentParameter(1, nameof(EventComponent.
OnClickAsyncAction
), (Func<Task>)(async () =>
5344
else if (
OnClickAsyncAction
!= null)
5346
builder.AddAttribute(5, "onclickaction",
OnClickAsyncAction
);