FilterAttribute Constructor
Initializes a new instance of the FilterAttribute class.
Namespace: System.Web.Http.Filters
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Protected Sub New
'Usage
Dim instance As New FilterAttribute()
protected FilterAttribute()
protected:
FilterAttribute()
new : unit -> FilterAttribute
protected function FilterAttribute()