ValidationVisitor.Cache Property
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.
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