Class PlainTextContentRenderer
Inherited Members
Namespace: Volo.CmsKit.Web.Pages.CmsKit.Components.Contents
Assembly: Volo.CmsKit.Common.Web.dll
Syntax
public class PlainTextContentRenderer : IContentRenderer, ITransientDependency
Constructors
PlainTextContentRenderer()
Declaration
public PlainTextContentRenderer()
Methods
RenderAsync(string)
Declaration
public Task<string> RenderAsync(string value)
Parameters
Type | Name | Description |
---|---|---|
string | value |
Returns
Type | Description |
---|---|
Task<string> |