Show / Hide Table of Contents

Class ContentFragmentComponent

Inheritance
object
ComponentBase
ContentFragmentComponent
Implements
IComponent
IHandleEvent
IHandleAfterRender
Inherited Members
ComponentBase.OnInitialized()
ComponentBase.OnInitializedAsync()
ComponentBase.OnParametersSet()
ComponentBase.OnParametersSetAsync()
ComponentBase.StateHasChanged()
ComponentBase.ShouldRender()
ComponentBase.OnAfterRender(bool)
ComponentBase.OnAfterRenderAsync(bool)
ComponentBase.InvokeAsync(Action)
ComponentBase.InvokeAsync(Func<Task>)
ComponentBase.DispatchExceptionAsync(Exception)
ComponentBase.SetParametersAsync(ParameterView)
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 ContentFragmentComponent : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

ContentFragmentComponent()

Declaration
public ContentFragmentComponent()

Properties

ContentDto

Declaration
[Parameter]
public IContent ContentDto { get; set; }
Property Value
Type Description
IContent

MarkdownRenderer

Declaration
[Inject]
public IMarkdownToHtmlRenderer MarkdownRenderer { get; set; }
Property Value
Type Description
IMarkdownToHtmlRenderer

Options

Declaration
[Inject]
public IOptions<CmsKitContentWidgetOptions> Options { get; set; }
Property Value
Type Description
IOptions<CmsKitContentWidgetOptions>

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type Name Description
RenderTreeBuilder __builder
Overrides
ComponentBase.BuildRenderTree(RenderTreeBuilder)

RenderMarkdown(string)

Declaration
public virtual string RenderMarkdown(string content)
Parameters
Type Name Description
string content
Returns
Type Description
string

Implements

IComponent
IHandleEvent
IHandleAfterRender
In this article
Back to top Powered by Volosoft