Search results for query: *

  • Users: labjac
  • Content: Threads
  • Order by date
  1. L

    Circular reference To a model but needs to Parent in child for display

    Hallo We have a complex nested model which consist of numerous parents and child. eg.. MESSAGE --> HEAD ---> WAVE --> ODH[ARRAY] --> ODL[ARRAY] --> SHUFF[ARRAY] etc, and more nested. The issue is I want to be able to add the parameters of...
  2. L

    Blazor Redirect between api controllers in same project

    Hallo I want to redirect in a blazor server side project between api's, can use RedirectToRoute("Controller") but this will only call the GET method. I need to Post from one main controller to another, I got one main controller which validate and decide which controller needs to get the...
  3. L

    Complex Json object singe and array of objects model creation with entity framework

    Hallo We got the following two messages that is posted to API. but we need to be able to process both option in the same model. I have been trying to do this by override on the Read and Write JasonConverter but it's either going to trigger on TSCREQ object or List<TSCREQ> it needs to be able...
  4. L

    RedirectToAction from Login to root

    Hallo Hope all are well. I'm new to the web development and need some assistance please. I'm trying to redirect from Login page to a Dashboard in the root folder, but not sure how to get this done. public ActionResult Index (UserDTO model) { if (ModelState.IsValid)...
Back
Top Bottom