XhtmlMobileTextWriter.SetPendingBreak 方法

定义

设置要在呈现当前元素(如果该元素不是块元素且 SuppressNewLine 属性为 false)后呈现的分行符。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

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

注解

此方法主要由自定义移动页面和控件适配器的开发人员使用。

适用于

另请参阅