ClientModelValidationContext Class
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 context for client-side model validation.
public ref class ClientModelValidationContext : Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ModelValidationContextBase
public class ClientModelValidationContext : Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ModelValidationContextBase
type ClientModelValidationContext = class
inherit ModelValidationContextBase
Public Class ClientModelValidationContext
Inherits ModelValidationContextBase
- Inheritance
Constructors
ClientModelValidationContext(ActionContext, ModelMetadata, IModelMetadataProvider, IDictionary<String,String>) |
Create a new instance of ClientModelValidationContext. |
Properties
ActionContext |
Gets the ActionContext. (Inherited from ModelValidationContextBase) |
Attributes |
Gets the attributes dictionary for the HTML tag being rendered. |
MetadataProvider |
Gets the IModelMetadataProvider. (Inherited from ModelValidationContextBase) |
ModelMetadata |
Gets the ModelMetadata. (Inherited from ModelValidationContextBase) |