ClientValidatorCache Class

Definition

Cache for IClientModelValidators.

public ref class ClientValidatorCache
public class ClientValidatorCache
type ClientValidatorCache = class
Public Class ClientValidatorCache
Inheritance
ClientValidatorCache

Constructors

ClientValidatorCache()

Methods

GetValidators(ModelMetadata, IClientModelValidatorProvider)

Gets the IClientModelValidator for the metadata from the cache, using the validatorProvider to create when needed.

Applies to