XhtmlMobileTextWriter.EndCachedRendering Método
Definição
Grava a marcação em cache e instrui o XhtmlMobileTextWriter a não salvar marcação renderizada.Writes out the cached markup and instructs the XhtmlMobileTextWriter not to save rendered markup. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).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 ()
Comentários
Esse método é usado principalmente por desenvolvedores de adaptadores de controle e página móveis personalizados.This method is used primarily by developers of custom mobile page and control adapters.