Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ITemplateRenderer

    This is used purely for the RenderTemplate functionality in Umbraco

    Namespace: Umbraco.Cms.Core.Templates
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ITemplateRenderer

    Methods

    View Source

    RenderAsync(int, int?, StringWriter)

    Declaration
    Task RenderAsync(int pageId, int? altTemplateId, StringWriter writer)
    Parameters
    Type Name Description
    int pageId
    int? altTemplateId
    StringWriter writer
    Returns
    Type Description
    Task
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX