Show / Hide Table of Contents

Class LiteralTemplate

Inheritance
object
LiteralTemplate
Implements
ITemplate
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class LiteralTemplate : ITemplate

Constructors

LiteralTemplate(string)

Declaration
public LiteralTemplate(string html)
Parameters
Type Name Description
string html

LiteralTemplate(Control)

Declaration
public LiteralTemplate(Control ctl)
Parameters
Type Name Description
Control ctl

Methods

InstantiateIn(Control)

Declaration
public void InstantiateIn(Control container)
Parameters
Type Name Description
Control container

Implements

ITemplate

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS