Creates path to a tile request if CacheOnServer is true
Namespace:
EGIS.Web.Controls
Assembly:
EGIS.Web.Controls (in EGIS.Web.Controls.dll)
Syntax
Visual Basic |
---|
Protected Overridable Function CreateCachePath ( _
context As HttpContext, _
tileX As Integer, _
tileY As Integer, _
zoom As Integer _
) As String |
C# |
---|
protected virtual string CreateCachePath(
HttpContext context,
int tileX,
int tileY,
int zoom
) |
Visual C++ |
---|
protected:
virtual String^ CreateCachePath(
HttpContext^ context,
int tileX,
int tileY,
int zoom
) |
JavaScript |
---|
function createCachePath(context, tileX, tileY, zoom); |
Parameters
- context
- Type: System.Web..::..HttpContext
- tileX
- Type: System..::..Int32
- tileY
- Type: System..::..Int32
- zoom
- Type: System..::..Int32
Return Value
Remarks
See Also