HtmlListAdapter.RenderList(HtmlMobileTextWriter) 方法
定义
向指定的输出流写入一个列表。Writes a list to the specified output stream. 此 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.
protected:
virtual void RenderList(System::Web::UI::MobileControls::Adapters::HtmlMobileTextWriter ^ writer);
protected virtual void RenderList (System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter writer);
abstract member RenderList : System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter -> unit
override this.RenderList : System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter -> unit
Protected Overridable Sub RenderList (writer As HtmlMobileTextWriter)
参数
- writer
- HtmlMobileTextWriter
指定列表将被写入的输出流。Specifies the output stream to which the list will be written.