共用方式為


ValidationMessage<TValue>.For 屬性

定義

指定應該顯示驗證訊息的欄位。

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

屬性值

Expression<Func<TValue>>
屬性

適用於