ModelBinderDictionary.Keys 属性

定义

获取包含模型联编程序字典中的键的集合。

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

属性值

一个包含模型联编程序字典中的键的集合。

实现

适用于