Interface ITemplateContentContributor
Namespace: Volo.Abp.TextTemplating
Assembly: Volo.Abp.TextTemplating.Core.dll
Syntax
public interface ITemplateContentContributor
Methods
GetOrNullAsync(TemplateContentContributorContext)
Declaration
Task<string?> GetOrNullAsync(TemplateContentContributorContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| TemplateContentContributorContext | context |
Returns
| Type | Description |
|---|---|
| Task<string> |