ModelBinderAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
モデルの型をモデル ビルダーの型に関連付けるために使用される属性を表します。
[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(Type) |
ModelBinderAttribute クラスの新しいインスタンスを初期化します。 |
プロパティ
BinderType |
バインダーの型を取得または設定します。 |
メソッド
GetBinder() |
モデル バインダーのインスタンスを取得します。 |