1 write to _handle
Microsoft.AspNetCore.Components.Web (1)
Forms\ClientValidation\ClientValidationData.cs (1)
21
public void Attach(RenderHandle renderHandle) =>
_handle
= renderHandle;
1 reference to _handle
Microsoft.AspNetCore.Components.Web (1)
Forms\ClientValidation\ClientValidationData.cs (1)
57
_handle
.Render(fragment);