XhtmlCssHandler.ProcessRequest Method (HttpContext)
.NET Framework (current version)
Processes all HTTP requests for CSS style information for the XHTML adapter set. 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)
abstract ProcessRequest : context:HttpContext -> unit override ProcessRequest : context:HttpContext -> unit
Parameters
- context
-
Type:
System.Web.HttpContext
The current HttpContext.
Implements
IHttpHandler.ProcessRequest(HttpContext)| Exception | Condition |
|---|---|
| HttpException | The QueryString does not contain "_css". -or- The CSS style sheet named in the QueryString cannot be found. |
.NET Framework
Available since 2.0
Available since 2.0
Show: