CustomModelBinderAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |