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