XhtmlMobileTextWriter.SetPendingBreak 方法
定义
设置要在呈现当前元素(如果该元素不是块元素且 SuppressNewLine 属性为 false)后呈现的分行符。Sets a line break to be rendered after rendering the current element, if it is not a block element and if the SuppressNewLine property is false. 此 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 SetPendingBreak();
public virtual void SetPendingBreak ();
abstract member SetPendingBreak : unit -> unit
override this.SetPendingBreak : unit -> unit
Public Overridable Sub SetPendingBreak ()
注解
此方法主要由自定义移动页和控件适配器的开发人员使用。This method is used primarily by developers of custom mobile page and control adapters.