public void OnGet() { //var page = new DataPage //{ // PageIndex = string.IsNullOrWhiteSpace(Request.Query["PageIndex"][0])?1:int.Parse(Request.Query["PageIndex"][0]), // PageSize = strint.Parse(Request.Query["PageSize"][0]) //}; EmployeeList = _employeeContext.GetList(string.Empty, string.Empty, null); }