单项选择题
在ASP.NET MVC中,在实体类中添加数据注解,需要导入命名空间()
A.using System.ComponentModel.DataAnnotations
B.using System.Data
C.Dynamic
D.using Task2.Models
点击查看答案
相关考题
-
单项选择题
在ASP.NET MVC中,下列模型数据注解中用于验证属性值必须匹配正则表达式的API是()
A.Required
B.Range
C.RegularExpression
D.Compare -
单项选择题
在ASP.NET MVC中,“StudentService”一般属于三层中()的命名规范。
A.显示层
B.业务逻辑层
C.数据访问层
D.模型层 -
多项选择题
在ASP.NET MVC中,FileResult派生类是()
A.FileCountResult
B.FilePathResult
C.FileStreamResult
D.ContentResult
