Interface IPartialViewBlockEngine
Namespace: Umbraco.Cms.Core.Blocks
Assembly: Umbraco.Core.dll
Syntax
public interface IPartialViewBlockEngineMethods
View SourceExecuteAsync(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> |