Пример #1
0
 /// <summary>
 /// 提示记录不存在
 /// </summary>
 /// <returns></returns>
 protected new IActionResult NotFound()
 {
     if (IsRequestJson)
     {
         return(JResult.NotFound(T));
     }
     else
     {
         return(PromptView(T["notfound_record"]));
     }
 }
Пример #2
0
 /// <summary>
 /// 提示记录不存在
 /// </summary>
 /// <returns></returns>
 protected new IActionResult NotFound()
 {
     return(JResult.NotFound(T));
 }