FieldIdentifier(Object, String) Constructor
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.
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.