EditContext.MarkAsUnmodified Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MarkAsUnmodified(FieldIdentifier) |
Clears any modification flag that may be tracked for the specified field. |
MarkAsUnmodified() |
Clears all modification flags within this EditContext. |
MarkAsUnmodified(FieldIdentifier)
- Source:
- EditContext.cs
- Source:
- EditContext.cs
- Source:
- EditContext.cs
- Source:
- EditContext.cs
- Source:
- EditContext.cs
- Source:
- EditContext.cs
- Source:
- EditContext.cs
Clears any modification flag that may be tracked for the specified field.
public:
void MarkAsUnmodified(Microsoft::AspNetCore::Components::Forms::FieldIdentifier % fieldIdentifier);
public void MarkAsUnmodified (in Microsoft.AspNetCore.Components.Forms.FieldIdentifier fieldIdentifier);
member this.MarkAsUnmodified : FieldIdentifier -> unit
Public Sub MarkAsUnmodified (ByRef fieldIdentifier As FieldIdentifier)
Parameters
- fieldIdentifier
- FieldIdentifier
Identifies the field whose modification flag (if any) should be cleared.
Applies to
MarkAsUnmodified()
- Source:
- EditContext.cs
- Source:
- EditContext.cs
- Source:
- EditContext.cs
- Source:
- EditContext.cs
- Source:
- EditContext.cs
- Source:
- EditContext.cs
- Source:
- EditContext.cs
Clears all modification flags within this EditContext.
public:
void MarkAsUnmodified();
public void MarkAsUnmodified ();
member this.MarkAsUnmodified : unit -> unit
Public Sub MarkAsUnmodified ()