예제 #1
0
 protected virtual string GetErrorMessage(HttpContext httpContext, ModelErrorCollection errors)
 {
     return(errors.First().ErrorMessage);
 }
예제 #2
0
        protected override string GetErrorMessage(HttpContext httpContext, ModelErrorCollection errors)
        {
            var dicKey = errors.First().ErrorMessage;

            return(I18n.GetText(dicKey, dicKey));
        }