Share via


TypeFilterAttribute(Type) 建構函式

定義

具現化新的 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)

參數

type
Type

Type要建立之篩選的 。

適用於