Class ContentPreviewViewComponent
Inheritance
ContentPreviewViewComponent
Assembly: Volo.CmsKit.Common.Web.dll
Syntax
public class ContentPreviewViewComponent : AbpViewComponent
Constructors
ContentPreviewViewComponent(ContentParser)
Declaration
public ContentPreviewViewComponent(ContentParser contentParser)
Parameters
Properties
ContentParser
Declaration
protected ContentParser ContentParser { get; }
Property Value
Methods
InvokeAsync(string)
Declaration
public virtual Task<IViewComponentResult> InvokeAsync(string content)
Parameters
Type |
Name |
Description |
string |
content |
|
Returns
Extension Methods