11 references to ValidateAsync
Microsoft.AspNetCore.Components.Forms (10)
EditContext.cs (10)
49
/// Subscribing to both causes the same validator to run twice on <see cref="
ValidateAsync
"/>,
55
/// <see cref="
ValidateAsync
"/>.
63
/// Handlers are awaited by <see cref="
ValidateAsync
"/>. <see cref="Validate"/> also invokes
247
/// <see cref="
ValidateAsync
"/> from inside an <see cref="OnValidationRequested"/>,
255
/// Use <see cref="
ValidateAsync
"/> instead when async validators are registered.
311
/// <see cref="
ValidateAsync
"/> from inside an <see cref="OnValidationRequested"/>,
523
/// Returns <c>true</c> if a form-level <see cref="
ValidateAsync
"/> pass is currently in flight.
552
/// Returns <c>true</c> if the most recent <see cref="
ValidateAsync
"/> pass observed an
554
/// successful <see cref="
ValidateAsync
"/> pass clears the flag; a caller-cancelled pass
558
/// <returns><c>true</c> if the most recent <see cref="
ValidateAsync
"/> pass faulted; otherwise <c>false</c>.</returns>
Microsoft.AspNetCore.Components.Web (1)
Forms\EditForm.cs (1)
204
var isValid = await _editContext.
ValidateAsync
();