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
;
76
?
CurrentEditContext
.GetValidationMessages()
77
:
CurrentEditContext
.GetValidationMessages(new FieldIdentifier(Model, string.Empty));