CustomModelBinderAttribute Class

Definition

Represents an attribute that invokes a custom model binder.

[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
Inheritance
CustomModelBinderAttribute
Derived
Attributes

Constructors

CustomModelBinderAttribute()

Initializes a new instance of the CustomModelBinderAttribute class.

Methods

GetBinder()

Retrieves the associated model binder.

Applies to