Share via


SectionWriter Delegate

Provides a delegate that represents one or more methods that are called when a content section is written.

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

'Declaration
Public Delegate Sub SectionWriter
'Usage
Dim instance As New SectionWriter(AddressOf HandlerMethod)
public delegate void SectionWriter()
public delegate void SectionWriter()
type SectionWriter = 
    delegate of unit -> unit
JScript supports the use of delegates, but not the declaration of new ones.

Remarks

The represented methods take no arguments and have no return value.

See Also

Reference

System.Web.WebPages Namespace