共用方式為


WebPartZone.RenderFooter method

會呈現頁尾的WebPartZone。

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Protected Overrides Sub RenderFooter ( _
    output As HtmlTextWriter _
)
'用途
Dim output As HtmlTextWriter

Me.RenderFooter(output)
protected override void RenderFooter(
    HtmlTextWriter output
)

參數

備註

關閉索引標籤區域的 HTML 呈現這個覆寫。

請參閱

參照

WebPartZone class

WebPartZone members

Microsoft.SharePoint.WebPartPages namespace