@page "/m/" @code { private BoardData m { get; set; } = new() { BoardID = 0, maxThreads = 10, Tag = "m", Topic = "Main" }; }