ModelStateDictionary.Remove(String) Method
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.
Removes the ModelStateEntry with the specified key
.
public:
bool Remove(System::String ^ key);
public bool Remove (string key);
member this.Remove : string -> bool
Public Function Remove (key As String) As Boolean
Parameters
- key
- String
The key.
Returns
true
if the element is successfully removed; otherwise false
. This method also
returns false
if key was not found.