FieldIdentifier(Object, String) Constructor

Definition

Initializes a new instance of the FieldIdentifier structure.

public:
 FieldIdentifier(System::Object ^ model, System::String ^ fieldName);
public FieldIdentifier (object model, string fieldName);
new Microsoft.AspNetCore.Components.Forms.FieldIdentifier : obj * string -> Microsoft.AspNetCore.Components.Forms.FieldIdentifier
Public Sub New (model As Object, fieldName As String)

Parameters

model
Object

The object that owns the field.

fieldName
String

The name of the editable field.

Applies to