Interface ITemplateRenderer
This is used purely for the RenderTemplate functionality in Umbraco
Namespace: Umbraco.Web.Templates
Assembly: Umbraco.Web.dll
Syntax
public interface ITemplateRenderer
Methods
View SourceRender(Int32, Nullable<Int32>, StringWriter)
Declaration
void Render(int pageId, int? altTemplateId, StringWriter writer)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pageId | |
System.Nullable<System.Int32> | altTemplateId | |
System.IO.StringWriter | writer |