XhtmlCssHandler 类

定义

注意

The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.

处理对 System.Web.UI.MobileControls.Adapters.XhtmlAdapters 命名空间中适配器的级联样式表 (CSS) 样式信息的请求。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public ref class XhtmlCssHandler : System::Web::IHttpHandler, System::Web::SessionState::IRequiresSessionState
public class XhtmlCssHandler : System.Web.IHttpHandler, System.Web.SessionState.IRequiresSessionState
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public class XhtmlCssHandler : System.Web.IHttpHandler, System.Web.SessionState.IRequiresSessionState
type XhtmlCssHandler = class
    interface IHttpHandler
    interface IRequiresSessionState
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type XhtmlCssHandler = class
    interface IHttpHandler
    interface IRequiresSessionState
Public Class XhtmlCssHandler
Implements IHttpHandler, IRequiresSessionState
继承
XhtmlCssHandler
属性
实现

注解

若要使网站利用 XhtmlCssHandler 类,必须将属性部分添加到 HttpHandlers Web.config 文件,如以下代码示例所示:

<httpHandlers>  
    <add verb="*" path="*/xhtmlCss.axd"   
type =   
  "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCssHandler,   
    System.Web.UI.MobileControls.Adapters,Version=1.0.0.0,   
    PublicKeyToken=b03f5f7f11d50a3a,Culture=neutral" />  
</httpHandlers>  

构造函数

XhtmlCssHandler()
已过时.

初始化 XhtmlCssHandler 类的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

属性

IsReusable
已过时.

获取一个值,该值指示另一个请求可以使用 XhtmlCssHandler 类的当前实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

方法

Equals(Object)
已过时.

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()
已过时.

作为默认哈希函数。

(继承自 Object)
GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()
已过时.

创建当前 Object 的浅表副本。

(继承自 Object)
ProcessRequest(HttpContext)
已过时.

处理所有对 XHTML 适配器集的 CSS 样式信息的 HTTP 请求。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

ToString()
已过时.

返回表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅