Show / Hide Table of Contents

Class ContentRender

Inheritance
object
ContentRender
Implements
IContentRender
IScopedDependency
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Pro.Admin.Blazor.Pages.CmsKit.Contents
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
Type Name Description
IServiceProvider serviceProvider
ContentParser contentParser

Properties

ContentParser

Declaration
protected ContentParser ContentParser { get; }
Property Value
Type Description
ContentParser

RenderContext

Declaration
protected TestContext RenderContext { get; set; }
Property Value
Type Description
TestContext

ServiceProvider

Declaration
protected IServiceProvider ServiceProvider { get; }
Property Value
Type Description
IServiceProvider

Methods

RenderAsync(string)

Declaration
public virtual Task<string> RenderAsync(string content)
Parameters
Type Name Description
string content
Returns
Type Description
Task<string>

Implements

IContentRender
Volo.Abp.DependencyInjection.IScopedDependency
In this article
Back to top Powered by Volosoft