[]
Performs validation using the current settings of the PostValidation object. Returns true if vaidation was successful.
public bool Validate(object value, ErrorInfo errorInfo)
Type | Name | Description |
---|---|---|
object | value | The value to validate. |
ErrorInfo | errorInfo | Error information filled in case of failure. |
Type | Description |
---|---|
bool |