ClientValidatorItem Class
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.
Used to associate validators with ValidatorMetadata instances as part of ClientValidatorProviderContext. An IClientModelValidator should inspect Results and set Validator and IsReusable as appropriate.
public ref class ClientValidatorItem
public class ClientValidatorItem
type ClientValidatorItem = class
Public Class ClientValidatorItem
- Inheritance
-
ClientValidatorItem
Client |
Creates a new ClientValidatorItem. |
Client |
Creates a new ClientValidatorItem. |
Is |
Gets or sets a value indicating whether or not Validator can be reused across requests. |
Validator |
Gets or sets the IClientModelValidator. |
Validator |
Gets the metadata associated with the Validator. |
منتج | الإصدارات |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |