WebPageBase.DefineSection(String, SectionWriter) Metoda

Definice

Stránky obsahu volaly k vytvoření pojmenovaných oddílů obsahu.

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)

Parametry

name
String

Název oddílu, který chcete vytvořit.

action
SectionWriter

Typ akce, která se má provést s novým oddílem.

Platí pro