@page "/Rooms/{RoomId}/State/View" @using System.Net.Http.Headers @using System.Text.Json @using MatrixRoomUtils.Core.Responses @inject ILocalStorageService LocalStorage @inject NavigationManager NavigationManager
@status
Show member events| Type | Content |
|---|---|
| @stateEvent.Type |
@stateEvent.RawContent.ToJson() |
| Type | Content |
|---|---|
| @stateEvent.Type |
@stateEvent.RawContent.ToJson() |