CustomModelBinderAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カスタム モデル バインダーを呼び出す属性を表します。
[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() |
関連付けられたモデル バインダーを取得します。 |