Partager via


ValidationMessage<TValue>.For Propriété

Définition

Spécifie le champ pour lequel les messages de validation doivent être affichés.

public:
 property System::Linq::Expressions::Expression<Func<TValue> ^> ^ For { System::Linq::Expressions::Expression<Func<TValue> ^> ^ get(); void set(System::Linq::Expressions::Expression<Func<TValue> ^> ^ value); };
[Microsoft.AspNetCore.Components.Parameter]
public System.Linq.Expressions.Expression<Func<TValue>> For { get; set; }
[Microsoft.AspNetCore.Components.Parameter]
public System.Linq.Expressions.Expression<Func<TValue>>? For { get; set; }
[<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 à