FieldIdentifier Struct
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.
Uniquely identifies a single field that can be edited. This may correspond to a property on a model object, or can be any other named value.
public value class FieldIdentifier : IEquatable<Microsoft::AspNetCore::Components::Forms::FieldIdentifier>
public readonly struct FieldIdentifier : IEquatable<Microsoft.AspNetCore.Components.Forms.FieldIdentifier>
type FieldIdentifier = struct
Public Structure FieldIdentifier
Implements IEquatable(Of FieldIdentifier)
- Inheritance
-
FieldIdentifier
- Implements
Field |
Initializes a new instance of the FieldIdentifier structure. |
Create<TField>(Expression<Func<TField>>) |
Initializes a new instance of the FieldIdentifier structure. |
Equals(Field |
Indicates whether the current object is equal to another object of the same type. |
Equals(Object) | Indicates whether this instance and a specified object are equal. |
Get |
Returns the hash code for this instance. |
Produkt | Versioner |
---|---|
ASP.NET Core | 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |