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
要對新區段採取的動作類型。