DeviceFilterElement Constructor (String, Type, String)
.NET Framework (current version)
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.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
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
Available since 2.0
Show: