public string errorResponse(ScriptScopeContext scope, ResponseStatus errorStatus, string fieldName) =>
 ViewUtils.ErrorResponse(errorStatus, fieldName);
예제 #2
0
 public static string ErrorResponse(this IHtmlHelper html, string fieldName) =>
 ViewUtils.ErrorResponse(html.GetErrorStatus(), fieldName);