将控件内容发送到要呈现的内容写入客户端提供 HTML 编写器对象。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Overrides Sub Render ( _
output As HtmlTextWriter _
)
用法
Dim output As HtmlTextWriter
Me.Render(output)
protected override void Render(
HtmlTextWriter output
)
参数
output
类型:System.Web.UI.HtmlTextWriter一个对象,可以编写 HTML。