CustomModelBinderAttribute クラス

定義

カスタム モデル バインダーを呼び出す属性を表します。

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Parameter | System.AttributeTargets.Struct, AllowMultiple=false, Inherited=false)]
public abstract class CustomModelBinderAttribute : Attribute
type CustomModelBinderAttribute = class
    inherit Attribute
Public MustInherit Class CustomModelBinderAttribute
Inherits Attribute
継承
CustomModelBinderAttribute
派生
属性

コンストラクター

CustomModelBinderAttribute()

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

メソッド

GetBinder()

関連付けられたモデル バインダーを取得します。

適用対象