Interface IContentRender
Namespace: Volo.CmsKit.Pro.Admin.Blazor.Pages.CmsKit.Contents
Assembly: Volo.CmsKit.Pro.Admin.Blazor.dll
Syntax
public interface IContentRender
Methods
RenderAsync(string)
Declaration
Task<string> RenderAsync(string content)
Parameters
| Type | Name | Description |
|---|---|---|
| string | content |
Returns
| Type | Description |
|---|---|
| Task<string> |