EditContext.MarkAsUnmodified Method

Definition

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)

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()

Clears all modification flags within this EditContext.

public:
 void MarkAsUnmodified();
public void MarkAsUnmodified ();
member this.MarkAsUnmodified : unit -> unit
Public Sub MarkAsUnmodified ()

Applies to