共用方式為


WebPageBase.DefineSection(String, SectionWriter) 方法

定義

由內容頁面呼叫來建立具名的內容區段。

public void DefineSection (string name, System.Web.WebPages.SectionWriter action);
member this.DefineSection : string * System.Web.WebPages.SectionWriter -> unit
Public Sub DefineSection (name As String, action As SectionWriter)

參數

name
String

要建立的區段名稱。

action
SectionWriter

要對新區段採取的動作類型。

適用於