다음을 통해 공유


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>>
특성

적용 대상