ViewDataDictionary.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)

属性值

一个集合,其中包含实现 IDictionary<TKey,TValue> 的对象的键。

实现

适用于