ModelStateDictionaryExtensions Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extensions methods for ModelStateDictionary.
public ref class ModelStateDictionaryExtensions abstract sealedpublic static class ModelStateDictionaryExtensionstype ModelStateDictionaryExtensions = classPublic Module ModelStateDictionaryExtensions- Inheritance
- 
				ModelStateDictionaryExtensions
Methods
| AddModelError<TModel>(ModelStateDictionary, Expression<Func<TModel,Object>>, Exception, ModelMetadata) | Adds the specified  | 
| AddModelError<TModel>(ModelStateDictionary, Expression<Func<TModel,Object>>, String) | Adds the specified  | 
| Remove<TModel>(ModelStateDictionary, Expression<Func<TModel,Object>>) | Removes the specified  | 
| RemoveAll<TModel>(ModelStateDictionary, Expression<Func<TModel,Object>>) | Removes all the entries for the specified  | 
| TryAddModelException<TModel>(ModelStateDictionary, Expression<Func<TModel,Object>>, Exception) | Adds the specified  |