Class ValidationTestController.ValidationTest1Model
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.Validation
Assembly: Volo.Abp.AspNetCore.Mvc.Tests.dll
Syntax
public class ValidationTestController.ValidationTest1Model
Constructors
ValidationTest1Model()
Declaration
public ValidationTest1Model()
Properties
Value1
Declaration
[Required]
[StringLength(5, MinimumLength = 2)]
public string Value1 { get; set; }
Property Value
Type | Description |
---|---|
string |