Validator Class

Definition

Defines a helper class that can be used to validate objects, properties, and methods when it is included in their associated ValidationAttribute attributes.

C#
public static class Validator
Inheritance
Validator

Methods

TryValidateObject(Object, ValidationContext, ICollection<ValidationResult>, Boolean)

Determines whether the specified object is valid using the validation context, validation results collection, and a value that specifies whether to validate all properties.

TryValidateObject(Object, ValidationContext, ICollection<ValidationResult>)

Determines whether the specified object is valid using the validation context and validation results collection.

TryValidateProperty(Object, ValidationContext, ICollection<ValidationResult>)

Validates the property.

TryValidateValue(Object, ValidationContext, ICollection<ValidationResult>, IEnumerable<ValidationAttribute>)

Returns a value that indicates whether the specified value is valid with the specified attributes.

ValidateObject(Object, ValidationContext, Boolean)

Determines whether the specified object is valid using the validation context, and a value that specifies whether to validate all properties.

ValidateObject(Object, ValidationContext)

Determines whether the specified object is valid using the validation context.

ValidateProperty(Object, ValidationContext)

Validates the property.

ValidateValue(Object, ValidationContext, IEnumerable<ValidationAttribute>)

Validates the specified attributes.

Applies to

Product Versions
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided), 2.1 (package-provided)
UWP 10.0