Skip to content

Comment

Namespace: SlottyMedia.Components.Partial.PostPage

public class Comment : Microsoft.AspNetCore.Components.ComponentBase, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleEvent, Microsoft.AspNetCore.Components.IHandleAfterRender

Inheritance Object → ComponentBase → Comment
Implements IComponent, IHandleEvent, IHandleAfterRender

Properties

Id

The ID of the comment to render

public Guid Id { get; set; }

Property Value

Guid

Constructors

Comment()

public Comment()

Methods

BuildRenderTree(RenderTreeBuilder)

protected void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

OnParametersSetAsync()

protected Task OnParametersSetAsync()

Returns

Task