Defines a template implementation where container control's template will be filled with templateControl.

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

Syntax

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

Parameters

templateControl
Type: System.Web.UI..::..Control
Template control

See Also