Label<TValue>.For Propriété

Définition

Spécifie le champ pour lequel l’étiquette doit être rendue.

[Microsoft.AspNetCore.Components.EditorRequired]
[Microsoft.AspNetCore.Components.Parameter]
public System.Linq.Expressions.Expression<Func<TValue>>? For { get; set; }
[<Microsoft.AspNetCore.Components.EditorRequired>]
[<Microsoft.AspNetCore.Components.Parameter>]
member this.For : System.Linq.Expressions.Expression<Func<'Value>> with get, set
Public Property For As Expression(Of Func(Of TValue))

Valeur de propriété

Expression<Func<TValue>>
Attributs

S’applique à