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検索するフィルターの 。

適用対象