XhtmlCssHandler.ProcessRequest Method (HttpContext)

 

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.

Namespace:   System.Web.UI.MobileControls.Adapters.XhtmlAdapters
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.

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
Return to top
Show: