IMobileWebFormServices.SetCache(String, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stores an object in the designer host's cache at design time. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
void SetCache(System::String ^ controlID, System::Object ^ key, System::Object ^ value);
public void SetCache(string controlID, object key, object value);
abstract member SetCache : string * obj * obj -> unit
Public Sub SetCache (controlID As String, key As Object, value As Object)
Parameters
- controlID
- String
The ID of the container control.
- key
- Object
The key for the cache item.
- value
- Object
The item to store in the cache.
Applies to
See also
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.