WebPageBase.DefineSection(String, SectionWriter) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
由内容页调用以创建指定的内容部分。
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
在新部分中要执行的操作的类型。