ExtensibleModelBinderAttribute(Type) Constructor

Definición

Inicializa una nueva instancia de la clase ExtensibleModelBinderAttribute.

public:
 ExtensibleModelBinderAttribute(Type ^ binderType);
public ExtensibleModelBinderAttribute (Type binderType);
new System.Web.ModelBinding.ExtensibleModelBinderAttribute : Type -> System.Web.ModelBinding.ExtensibleModelBinderAttribute
Public Sub New (binderType As Type)

Parámetros

binderType
Type

Tipo del enlazador de modelos.

Se aplica a