次の方法で共有


ControllerActionInvoker.Binders プロパティ

定義

アクションに関連付けられたモデル バインダーを取得または設定します。

protected internal System.Web.Mvc.ModelBinderDictionary Binders { get; set; }
member this.Binders : System.Web.Mvc.ModelBinderDictionary with get, set
Protected Friend Property Binders As ModelBinderDictionary

プロパティ値

アクションに関連付けられたモデル バインダー。

適用対象