ModelStateDictionary.Remove(String) 方法

定义

删除 ModelStateEntry 具有指定 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

参数

key
String

键。

返回

如果该元素已成功移除,则为 true;否则为 false。 如果未找到密钥, false 此方法也会返回 。

适用于