3 references to IsPost
Microsoft.AspNetCore.Components.Endpoints (3)
RazorComponentEndpointInvoker.cs (3)
103
waitForQuiescence: result.
IsPost
|| isErrorHandlerOrReExecuted);
113
if (!result.
IsPost
)
290
return $"IsValid = {IsValid}, IsPost = {
IsPost
}, HandlerName = {HandlerName}";