Class ContentRender
Inheritance
ContentRender
Assembly: Volo.CmsKit.Pro.Admin.Blazor.dll
Syntax
public class ContentRender : IContentRender, IScopedDependency
Constructors
ContentRender(IServiceProvider, ContentParser)
Declaration
public ContentRender(IServiceProvider serviceProvider, ContentParser contentParser)
Parameters
Properties
ContentParser
Declaration
protected ContentParser ContentParser { get; }
Property Value
RenderContext
Declaration
protected TestContext RenderContext { get; set; }
Property Value
Type |
Description |
TestContext |
|
ServiceProvider
Declaration
protected IServiceProvider ServiceProvider { get; }
Property Value
Methods
RenderAsync(string)
Declaration
public virtual Task<string> RenderAsync(string content)
Parameters
Type |
Name |
Description |
string |
content |
|
Returns
Implements
Extension Methods