Interface IValidationErrorMessage
Represents a validation error message
Namespace: Simplic.UI.MVC
Assembly: Simplic.UI.dll
Syntax
public interface IValidationErrorMessage
Properties
| Improve this Doc View SourceMessage
Gets the error message
Declaration
string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToString()
Gets the error message as string
Declaration
string ToString()
Returns
Type | Description |
---|---|
System.String | Error message |