Share via


ClientValidatorCache Class

Definition

Cache for IClientModelValidators.

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

Constructors

Name Description
ClientValidatorCache()

Methods

Name Description
GetValidators(ModelMetadata, IClientModelValidatorProvider)

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

Applies to