共用方式為


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)

屬性值

包含模型繫結器字典中的索引鍵之集合。

實作

適用於