View Source
Class ByKeyTemplateController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class ByKeyTemplateController : TemplateControllerBase
Constructors
View Source
ByKeyTemplateController(ITemplateService, ITemplatePresentationFactory)
Declaration
public ByKeyTemplateController(ITemplateService templateService, ITemplatePresentationFactory templatePresentationFactory)
Parameters
Methods
View Source
ByKey(CancellationToken, Guid)
Declaration
public async Task<IActionResult> ByKey(CancellationToken cancellationToken, Guid id)
Parameters
Type |
Name |
Description |
CancellationToken |
cancellationToken |
|
Guid |
id |
|
Returns
Type |
Description |
Task<IActionResult> |
|