ValidationVisitor.Cache Property

Definition

The validator cache.

protected:
 property Microsoft::AspNetCore::Mvc::Internal::ValidatorCache ^ Cache { Microsoft::AspNetCore::Mvc::Internal::ValidatorCache ^ get(); };
protected:
 property Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ValidatorCache ^ Cache { Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ValidatorCache ^ get(); };
protected Microsoft.AspNetCore.Mvc.Internal.ValidatorCache Cache { get; }
protected Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidatorCache Cache { get; }
member this.Cache : Microsoft.AspNetCore.Mvc.Internal.ValidatorCache
member this.Cache : Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidatorCache
Protected ReadOnly Property Cache As ValidatorCache

Property Value

Microsoft.AspNetCore.Mvc.Internal.ValidatorCache

Applies to