IValidatableInfo Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |