DeviceFilterElement Constructor (String, Type, String)

 

Initializes a new instance of the DeviceFilterElement class as an evaluator filter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.Mobile
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

public DeviceFilterElement(
	string name,
	Type filterClass,
	string method
)

Parameters

name
Type: System.String

The name by which the evaluator will be identified.

filterClass
Type: System.Type

The class type that contains the evaluator delegate.

method
Type: System.String

The method in filterClass that is the evaluator delegate.

This is the constructor for the evaluator (or delegate-based) filter.

.NET Framework
Available since 2.0
Return to top
Show: