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

適用対象