@page "/RoomQuery"
@using MatrixRoomUtils.Core.Extensions
@using System.Runtime.InteropServices
@using System.ComponentModel
@using MatrixRoomUtils.Core.Responses.Admin
@res.CanonicalAlias, created by
@res.StateEvents state events
@res.JoinedMembers members, of which @res.JoinedLocalMembers are on this server
}
@code {
[Parameter, SupplyParameterFromQuery(Name = "order_by")]
public string? OrderBy { get; set; }
[Parameter, SupplyParameterFromQuery(Name = "search_term")]
public string SearchTerm { get; set; }
[Parameter, SupplyParameterFromQuery(Name = "content_search_term")]
public string ContentSearchTerm { get; set; }
[Parameter, SupplyParameterFromQuery(Name = "ascending")]
public bool Ascending { get; set; }
public List