Interface ITemplate
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public interface ITemplate
Properties
Result
Declaration
Property Value
Type |
Description |
System.String |
|
Methods
Clear()
Declaration
Execute()
Declaration
Write(Object)
Declaration
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