EditContext.Field(String) Method

Definition

Supplies a FieldIdentifier corresponding to a specified field name on this EditContext's Model.

public:
 Microsoft::AspNetCore::Components::Forms::FieldIdentifier Field(System::String ^ fieldName);
public Microsoft.AspNetCore.Components.Forms.FieldIdentifier Field (string fieldName);
member this.Field : string -> Microsoft.AspNetCore.Components.Forms.FieldIdentifier
Public Function Field (fieldName As String) As FieldIdentifier

Parameters

fieldName
String

The name of the editable field.

Returns

A FieldIdentifier corresponding to a specified field name on this EditContext's Model.

Applies to