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

在新部分中要执行的操作的类型。

适用于