PageLevelError.Render 方法
将PageLevelError控件的呈现。此成员仅供内部使用,不能直接在您的代码中使用。
命名空间: Microsoft.SharePoint.Portal.WebControls
程序集: Microsoft.SharePoint.Portal(位于 Microsoft.SharePoint.Portal.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接收PageLevelError内容的对象。
备注
此重写将呈现到指定的HtmlTextWriter对象,内容写入客户端的 web 服务器控件内容。