Interface ITemplate

Namespace: EPiServer.Cms.Shell.Templating.Razor.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public interface ITemplate

Properties

Result

Declaration
string Result { get; }
Property Value
Type Description
System.String

Methods

Clear()

Declaration
void Clear()

Execute()

Declaration
void Execute()

Write(Object)

Declaration
void Write(object data)
Parameters
Type Name Description
System.Object data

WriteAttribute(String, PositionTagged<String>, PositionTagged<String>, AttributeValue[])

Declaration
void WriteAttribute(string name, PositionTagged<string> prefix, PositionTagged<string> suffix, params AttributeValue[] values)
Parameters
Type Name Description
System.String name
System.Web.WebPages.Instrumentation.PositionTagged<System.String> prefix
System.Web.WebPages.Instrumentation.PositionTagged<System.String> suffix
System.Web.WebPages.AttributeValue[] values

WriteLiteral(String)

Declaration
void WriteLiteral(string text)
Parameters
Type Name Description
System.String text

WriteLiteralTo(TextWriter, Object)

Declaration
void WriteLiteralTo(TextWriter writer, object data)
Parameters
Type Name Description
System.IO.TextWriter writer
System.Object data

WriteTo(TextWriter, Object)

Declaration
void WriteTo(TextWriter writer, object data)
Parameters
Type Name Description
System.IO.TextWriter writer
System.Object data

Extension Methods