ServiceFilterAttribute(Type) 建構函式

定義

具現化新的 ServiceFilterAttribute 實例。

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

參數

type
Type

Type要尋找之篩選的 。

適用於