ValidationMessage<TValue>.For Property

Definition

Specifies the field for which validation messages should be displayed.

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

Property Value

Expression<Func<TValue>>
Attributes

Applies to