IMobileWebFormServices.GetCache Method (String, Object)

 

Gets an item from the cache of the designer host at design time. 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.Design.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

object GetCache(
	string controlID,
	object key
)

Parameters

controlID
Type: System.String

The ID for the container control.

key
Type: System.Object

The key for the cache item.

Return Value

Type: System.Object

An object from the cache of the designer host.

Since the GetCache method is implemented by the designer host, verify that it exists before invoking it.

.NET Framework
Available since 1.1
Return to top
Show: