Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Adds the specified error message to the errors collection for the model-state dictionary that is associated with the specified key.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub AddModelError ( _
key As String, _
errorMessage As String _
)
public void AddModelError(
string key,
string errorMessage
)
public:
void AddModelError(
String^ key,
String^ errorMessage
)
Parameters
- key
Type: System.String
The key.
- errorMessage
Type: System.String
The error message.