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