Class LiteralTemplate
Inheritance
System.Object
LiteralTemplate
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class LiteralTemplate : ITemplate
Constructors
| Improve this Doc View SourceLiteralTemplate(Control)
Initializes a new instance of the LiteralTemplate class.
Declaration
public LiteralTemplate(Control ctl)
Parameters
Type | Name | Description |
---|---|---|
Control | ctl |
LiteralTemplate(String)
Initializes a new instance of the LiteralTemplate class.
Declaration
public LiteralTemplate(string html)
Parameters
Type | Name | Description |
---|---|---|
System.String | html |
Methods
| Improve this Doc View SourceInstantiateIn(Control)
Declaration
public void InstantiateIn(Control container)
Parameters
Type | Name | Description |
---|---|---|
Control | container |