Defines a template implementation where container control's template will be dynamically filled via templateDelegate.

Namespace: MonoSoftware.Web
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public Template(
	Action<Control> templateDelegate
)
Visual Basic
Public Sub New ( 
	templateDelegate As Action(Of Control)
)
Visual C++
public:
Template(
	Action<Control^>^ templateDelegate
)
F#
new : 
        templateDelegate : Action<Control> -> Template

Parameters

templateDelegate
Type: System..::..Action<(Of <(<'Control>)>)>
Template delegate

See Also