HtmlMobileTextWriter.EnterStyle(Style) 方法

定义

使用给定样式中的布局和字符格式开始块。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

public:
 void EnterStyle(System::Web::UI::MobileControls::Style ^ style);
public void EnterStyle(System.Web.UI.MobileControls.Style style);
override this.EnterStyle : System.Web.UI.MobileControls.Style -> unit
Public Sub EnterStyle (style As Style)

参数

style
Style

样式引用。

注解

EnterStyleExitStyle方法允许设备适配器发出标记,以便使用给定样式中的字符格式开始和结束块。

适用于

另请参阅