Table of Contents

Class MudChatFooter

Namespace
MudBlazor
Assembly
MudBlazor.dll

Represents the footer of a MudChat.

public class MudChatFooter : MudComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IMudStateHasChanged
Inheritance
MudChatFooter
Implements
Inherited Members
Extension Methods

Constructors

MudChatFooter()

public MudChatFooter()

Properties

ChildContent

Child content of component.

[Parameter]
[Category("Behavior")]
public RenderFragment? ChildContent { get; set; }

Property Value

RenderFragment

Classname

protected string Classname { get; }

Property Value

string

Text

The time to display within this header.

[Parameter]
[Category("Appearance")]
public string? Text { get; set; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder