Label<TValue>.For Propiedad

Definición

Especifica el campo para el que se debe representar la etiqueta.

[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))

Valor de propiedad

Expression<Func<TValue>>
Atributos

Se aplica a