ExtensibleModelBinderAttribute(Type) Construtor

Definição

Inicializa uma nova instância da classe ExtensibleModelBinderAttribute.Initializes a new instance of the ExtensibleModelBinderAttribute class.

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

O tipo do associador de modelo.The model binder type.

Aplica-se a