8 references to EditForm
Microsoft.AspNetCore.Components.Web (8)
Forms\EditForm.cs (5)
21/// Constructs an instance of <see cref="EditForm"/>. 66/// Specifies the content to be rendered inside this <see cref="EditForm"/>. 103throw new InvalidOperationException($"{nameof(EditForm)} requires a {nameof(Model)} " + 108throw new InvalidOperationException($"{nameof(EditForm)} requires either a {nameof(Model)} " + 119$"{nameof(EditForm)}, do not also supply {nameof(OnValidSubmit)} or {nameof(OnInvalidSubmit)}.");
Forms\InputBase.cs (1)
66/// This property is uninitialized if the input does not have a parent <see cref="EditForm"/>.
Forms\ValidationMessage.cs (1)
49$"an {nameof(EditForm)}.");
Forms\ValidationSummary.cs (1)
49$"an {nameof(EditForm)}.");