Sitecore 5.1.1 API
HtmlCache.SetHtml Method
[Visual Basic]
Public Sub SetHtml( _
ByVal
key
As
String
, _
ByVal
html
As
String
_
)
[C#]
public
void
SetHtml(
string
key
,
string
html
);
See Also
HtmlCache Class
|
Sitecore.Caching Namespace