ModelBinderAttribute クラス

定義

モデルの型をモデル ビルダーの型に関連付けるために使用される属性を表します。

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Parameter | System.AttributeTargets.Struct, AllowMultiple=false, Inherited=false)]
public sealed class ModelBinderAttribute : System.Web.Mvc.CustomModelBinderAttribute
type ModelBinderAttribute = class
    inherit CustomModelBinderAttribute
Public NotInheritable Class ModelBinderAttribute
Inherits CustomModelBinderAttribute
継承
ModelBinderAttribute
属性

コンストラクター

ModelBinderAttribute(Type)

ModelBinderAttribute クラスの新しいインスタンスを初期化します。

プロパティ

BinderType

バインダーの型を取得または設定します。

メソッド

GetBinder()

モデル バインダーのインスタンスを取得します。

適用対象