| adapter set. inheritsFrom An optional reference to another device adapter set, from which this set must inherit. The specified device adapter set can either appear earlier in the same <mobileControls> section, or in the <mobileControls> section of a higher-level configuration file. predicateClass Specifies the class type that supplies the evaluator predicate. The name that you use for the class type must follow the .NET Framework standards for specifying a fully qualified type name. ASP.NET searches the specified assembly for the type. If the adapter set inherits from another type, the predicateClass attribute is not necessary and will default to the parent set''''s value. predicateMethod Specifies the method that supplies the evaluator predicate. The method must be static, and of the following signature: static bool EvaluatorMethod(HttpContext context) If the adapter set inherits from another adapter set, the predicateMethod attribute is not necessary, and will default to the parent set''''s value. pageAdapter Specifies the class type of the page adapter for the adapter set. The specified class must implement the IPageAdapter interface. The name must follow the .NET standards for specifying a fully qualified type name. ASP.NET searches the specified assembly for the type. If the adapter set inherits from another adapter set, the pageAdapter attribute is not necessary, and will default to the parent set''''s value. 编写者 日期 关键词 郑昀@ultrapower 2005-7-28 Wap ASP.NET Mobile control device adapter
上一页 [1] [2] [3] |