ClientValidatorItem.Validator Property

Definition

Gets or sets the IClientModelValidator.

public:
 property Microsoft::AspNetCore::Mvc::ModelBinding::Validation::IClientModelValidator ^ Validator { Microsoft::AspNetCore::Mvc::ModelBinding::Validation::IClientModelValidator ^ get(); void set(Microsoft::AspNetCore::Mvc::ModelBinding::Validation::IClientModelValidator ^ value); };
public Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IClientModelValidator Validator { get; set; }
public Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IClientModelValidator? Validator { get; set; }
member this.Validator : Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IClientModelValidator with get, set
Public Property Validator As IClientModelValidator

Property Value

Applies to