EditContext
EditContext(Object)
Model
Properties
ShouldUseFieldIdentifiers
Field(String)
GetValidationMessages()
GetValidationMessages(FieldIdentifier)
GetValidationMessages(Expression<Func<Object>>)
IsModified()
IsModified(FieldIdentifier)
IsModified(Expression<Func<Object>>)
IsValid(FieldIdentifier)
IsValid(Expression<Func<Object>>)
MarkAsUnmodified()
MarkAsUnmodified(FieldIdentifier)
NotifyFieldChanged(FieldIdentifier)
NotifyValidationStateChanged()
Validate()
OnFieldChanged
OnValidationRequested
OnValidationStateChanged
AddDataAnnotationsValidation(EditContext)
EnableDataAnnotationsValidation(EditContext)
EnableDataAnnotationsValidation(EditContext, IServiceProvider)
FieldCssClass(EditContext, FieldIdentifier)
FieldCssClass<TField>(EditContext, Expression<Func<TField>>)
SetFieldCssClassProvider(EditContext, FieldCssClassProvider)
net10.0-windows7.0
namespace Microsoft.AspNetCore.Components.Forms
{
public sealed class EditContext
{
[IteratorStateMachine(typeof(<GetValidationMessages>d__27))]
public IEnumerable<string!>! GetValidationMessages();
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Upgrade Planner | 0.0 %
Reference this API |
.NET | 5.06.07.08.09.010.0 |
.NET Core | 3.03.1 |
Information specific to net10.0 | |
Platforms | This API is only available when you target a specific platform: |
Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
Assembly | Microsoft.AspNetCore.Components.Forms , Version=9.0.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.AspNetCore.Components.Forms (9.0.3) net9.0 |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API