Skip to content

DescriptionContainer

Namespace: SlottyMedia.Components.Partial

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

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

Properties

DescriptionText

The description text to be displayed or edited.

public string DescriptionText { get; set; }

Property Value

String

UserId

The user id to update the description text.

public Nullable<Guid> UserId { get; set; }

Property Value

Nullable<Guid>

Constructors

DescriptionContainer()

public DescriptionContainer()

Methods

BuildRenderTree(RenderTreeBuilder)

protected void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder