UrlValidationAttributeDefaultErrorMessage Field
Defines the default error message used when pattern fails validation.
Namespace: Gemstone.ComponentModel.DataAnnotationsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.138 -- Release Build+dacff88cce10d287c7434d5aac59c76948c712b1
public const string DefaultErrorMessage = "Invalid URL."
Public Const DefaultErrorMessage As String = "Invalid URL."
public:
literal String^ DefaultErrorMessage = "Invalid URL."
var Gemstone.ComponentModel.DataAnnotations.UrlValidationAttribute.DefaultErrorMessage
Field Value
String