XhtmlMobileTextWriter.EndCachedRendering Method

Definition

Writes out the cached markup and instructs the XhtmlMobileTextWriter not to save rendered markup. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 virtual void EndCachedRendering();
public virtual void EndCachedRendering ();
abstract member EndCachedRendering : unit -> unit
override this.EndCachedRendering : unit -> unit
Public Overridable Sub EndCachedRendering ()

Remarks

This method is used primarily by developers of custom mobile page and control adapters.

Applies to

See also