XhtmlMobileTextWriter.MarkWmlOnEventLocation 方法

定义

在输出流中标记插入 <wml:onevent> 元素的位置。Marks the location in the output stream to insert the <wml:onevent> element. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

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

注解

在呈现期间由页适配器调用。Called by the page adapter during rendering.

此方法主要由自定义移动页和控件适配器的开发人员使用。This method is used primarily by developers of custom mobile page and control adapters.

适用于

另请参阅