ESRI.ArcGIS.ADF.Web.UI.WebControls
ProcessRequest Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapHandler Class : ProcessRequest Method




context
Query string parameters: PageID: id of the page ManagerID: id of the resourceManager MapID: id of the map ResourceID: id of the resource Operation: DrawTile or DrawExtent If DrawTile: Row,Column,Level If DrawExtent: Extent Returns a JSON object with one or more of the following fields: resource: Name of resource requested argument: Argument provided url: Url to datasource code: HTTP code errorMessage: Only provided it the request failed isPng=1 : if image is a PNG image (for handling IE6 transparency)

Syntax

Visual Basic (Declaration) 
Public Sub ProcessRequest( _
   ByVal context As HttpContext _
) 
Visual Basic (Usage)Copy Code
Dim instance As MapHandler
Dim context As HttpContext
 
instance.ProcessRequest(context)
C# 
public void ProcessRequest( 
   HttpContext context
)

Parameters

context

See Also

© 2010 All Rights Reserved.