Skip to content

ICustomValidator.Validate method

Validates the value using the specified context.

public string? Validate(IValidationContext context)
parameter description
context The context.

Return Value

The validation error message, or null if the value is valid.

See Also