Bagikan melalui


ModelBinderAttribute<TBinder> Kelas

Definisi

Atribut yang dapat menentukan nama model atau jenis yang akan IModelBinder digunakan untuk pengikatan.

public class ModelBinderAttribute<TBinder> : Microsoft.AspNetCore.Mvc.ModelBinderAttribute where TBinder : IModelBinder
type ModelBinderAttribute<'Binder (requires 'Binder :> IModelBinder)> = class
    inherit ModelBinderAttribute
Public Class ModelBinderAttribute(Of TBinder)
Inherits ModelBinderAttribute

Jenis parameter

TBinder

yang Type mengimplementasikan IModelBinder.

Warisan
ModelBinderAttribute<TBinder>

Keterangan

Ini adalah varian generik turunan dari ModelBinderAttribute. Pastikan bahwa hanya satu instans dari salah satu atribut yang disediakan pada target.

Konstruktor

ModelBinderAttribute<TBinder>()

Menginisialisasi instans baru .ModelBinderAttribute

Properti

BinderType

A Type yang mengimplementasikan baik IModelBinder.

(Diperoleh dari ModelBinderAttribute)
BindingSource

BindingSourceMendapatkan .

(Diperoleh dari ModelBinderAttribute)
Name

Nama model.

(Diperoleh dari ModelBinderAttribute)

Berlaku untuk