ModelBinderDictionary.Values 属性

定义

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

public System.Collections.Generic.ICollection<System.Web.Mvc.IModelBinder> Values { get; }
member this.Values : System.Collections.Generic.ICollection<System.Web.Mvc.IModelBinder>
Public ReadOnly Property Values As ICollection(Of IModelBinder)

属性值

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

实现

适用于