Bagikan melalui


TypeFilterAttribute(Type) Konstruktor

Definisi

Membuat instans baru TypeFilterAttribute .

public:
 TypeFilterAttribute(Type ^ type);
public TypeFilterAttribute (Type type);
new Microsoft.AspNetCore.Mvc.TypeFilterAttribute : Type -> Microsoft.AspNetCore.Mvc.TypeFilterAttribute
Public Sub New (type As Type)

Parameter

type
Type

Type dari filter yang akan dibuat.

Berlaku untuk