ModelStateDictionary.Keys 属性

定义

获取一个集合,它包含字典中的键。

public System.Collections.Generic.ICollection<string> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Keys As ICollection(Of String)

属性值

一个包含模型状态字典中的键的集合。

实现

适用于