@page "/builds/{BuildName}" @inherits ViewBase @code { [Parameter] public required string BuildName { get; set; } }