6 references to CurrentEditContext
Microsoft.AspNetCore.Components.Web (6)
Forms\ValidationSummary.cs (6)
44
if (
CurrentEditContext
== null)
51
if (
CurrentEditContext
!= _previousEditContext)
54
CurrentEditContext
.OnValidationStateChanged += _validationStateChangedHandler;
55
_previousEditContext =
CurrentEditContext
;
65
CurrentEditContext
.GetValidationMessages() :
66
CurrentEditContext
.GetValidationMessages(new FieldIdentifier(Model, string.Empty));