The type or namespace name 'IClientValidatable' could not be found

后端 未结 1 1723
天命终不由人
天命终不由人 2020-12-22 12:13

I have created a custom attribute in my asp.net MVC application using the following link:

http://www.falconwebtech.com/post/2012/04/18/MVC3-Custom-Validation-Attribu

相关标签:
1条回答
  • 2020-12-22 13:19

    Make sure you have added using System.Web.Mvc; to the top of your file which is the namespace in which this class is defined.

    0 讨论(0)
提交回复
热议问题