1 write to _handleSubmitDelegate
Microsoft.AspNetCore.Components.Web (1)
Forms\EditForm.cs (1)
25
_handleSubmitDelegate
= HandleSubmitAsync;
1 reference to _handleSubmitDelegate
Microsoft.AspNetCore.Components.Web (1)
Forms\EditForm.cs (1)
153
builder.AddAttribute(5, "onsubmit",
_handleSubmitDelegate
);