RemoteAttribute.FormatErrorMessage Method
Formats the error message that is displayed when validation fails.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract FormatErrorMessage : name:string -> string override FormatErrorMessage : name:string -> string
Parameters
- name
- Type: System.String
A name to display with the error message.
Show: