Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IPartialViewBlockEngine

    Namespace: Umbraco.Cms.Core.Blocks
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IPartialViewBlockEngine

    Methods

    View Source

    ExecuteAsync(IBlockReference<IPublishedElement, IPublishedElement>)

    Declaration
    Task<string> ExecuteAsync(IBlockReference<IPublishedElement, IPublishedElement> blockReference)
    Parameters
    Type Name Description
    IBlockReference<IPublishedElement, IPublishedElement> blockReference
    Returns
    Type Description
    Task<System.String>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • ExecuteAsync(IBlockReference<IPublishedElement, IPublishedElement>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX