public class ParamModel { [BindProperty(SupportsGet = true)] public string Path { get; set; } = ""; [BindProperty(SupportsGet = true)] public string ApiKey { get; set; } = ""; }