Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
151338 | Feb 7,2020 08:25 AM UTC | Feb 12,2020 01:46 PM UTC | Blazor | 5 |
![]() |
Tags: Grid |
[HttpGet]
public object Get()
{
IQueryable<Projekte> data = db.GetAllProjektes().AsQueryable();
var count = data.Count();
var queryString = Request.Query; //Based on this request query, handle the search action.
string search = queryString["$filter"]; //get the search query here
...
}
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.