Share via


IValidatableInfo Interface

Definition

Represents an interface for validating a value.

public interface class IValidatableInfo
[System.Diagnostics.CodeAnalysis.Experimental("ASP0029", UrlFormat="https://aka.ms/aspnet/analyzer/{0}")]
public interface IValidatableInfo
[<System.Diagnostics.CodeAnalysis.Experimental("ASP0029", UrlFormat="https://aka.ms/aspnet/analyzer/{0}")>]
type IValidatableInfo = interface
Public Interface IValidatableInfo
Derived
Attributes

Methods

Name Description
ValidateAsync(Object, ValidateContext, CancellationToken)

Validates the specified value.

Applies to