View Source
Class SimpleValidationModel
Assembly: Umbraco.Core.dll
Syntax
public class SimpleValidationModel
Constructors
View Source
SimpleValidationModel(IDictionary<string, object>, string)
Declaration
public SimpleValidationModel(IDictionary<string, object> modelState, string message = "The request is invalid.")
Parameters
| Type |
Name |
Description |
| IDictionary<string, object> |
modelState |
|
| string |
message |
|
Properties
View Source
Message
Declaration
public string Message { get; }
Property Value
View Source
ModelState
Declaration
public IDictionary<string, object> ModelState { get; }
Property Value
| Type |
Description |
| IDictionary<string, object> |
|