FormValueMappingContext.MapErrorToContainer 属性

定义

将一组错误映射到包含的具体实例。

public Action<string,object>? MapErrorToContainer { get; set; }
member this.MapErrorToContainer : Action<string, obj> with get, set
Public Property MapErrorToContainer As Action(Of String, Object)

属性值

注解

例如,将类中给定属性的错误映射到类实例。 这是必需的,以便验证无需完整标识符即可工作。

适用于