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.176 -- Release Build+c74560d581224bfee7a285d73926fb4fb3df8ece
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