IUnvalidatedValueProviderSource.ValidateInput 属性
定义
获取或设置一个指示提供程序是否验证输入的值。Gets or sets a value that indicates whether the provider validates input.
public:
property bool ValidateInput { bool get(); void set(bool value); };
public bool ValidateInput { get; set; }
member this.ValidateInput : bool with get, set
Public Property ValidateInput As Boolean
属性值
如果提供程序输出有效,则为 true;否则为 false。true if the provider validates input; otherwise, false.