I want to redirect to a particular jsx page in the c# backend.
I have tried
Response.Redirect($"~/Counter.jsx") ;
But the issue is that Response is null.
Is thgis the way i do it in react or how can i do it ?
I want to redirect to a particular jsx page in the c# backend.
I have tried
Response.Redirect($"~/Counter.jsx") ;
But the issue is that Response is null.
Is thgis the way i do it in react or how can i do it ?