BeforeFilterAttribute Constructor (FilterPosition)

HttpServer.dll

Initializes a new instance of the BeforeFilterAttribute class.

Namespace:  HttpServer.Controllers
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public BeforeFilterAttribute(
	FilterPosition position
)
Visual Basic (Declaration)
Public Sub New ( _
	position As FilterPosition _
)
Visual C++
public:
BeforeFilterAttribute(
	FilterPosition position
)

Parameters

position
Type: HttpServer.Controllers..::.FilterPosition
Specify if the filter should be invoked among the first filters, in between or among the last.

See Also