ValidationVisitor.CurrentPath Property

Definition

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

Property Value

Microsoft.AspNetCore.Mvc.ModelBinding.Internal.ValidationStack

Applies to