Definition
Assembly: Microsoft.AspNetCore.Components.Forms.dll Namespace: Microsoft.AspNetCore.Components.FormsSyntax
Summary
This type is defined in Microsoft.AspNetCore.Components.Forms.Remarks
See Microsoft documentation for more information about the rest of the API.Methods
NotifyFieldChanged Extension
Extension method from
Microsoft.AspNetCore.Components.Forms.EditContextExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
editContext | Microsoft.AspNetCore.Components.Forms.EditContext | - |
field | string | The field name that was changed in the process, typically specified using “nameof(YourObject.YourProperty”). |
NotifyFieldsChanged Extension
Extension method from
Microsoft.AspNetCore.Components.Forms.EditContextExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
editContext | Microsoft.AspNetCore.Components.Forms.EditContext | - |
fields | string[] | An inline list of fields that were changed in the process, typically specified using “nameof(YourObject.YourProperty”). |