Posts by Kharlos • 11 points
2 posts
-
0
votes1
answer100
viewsA: Pre-filled model returns null in Httppost
In essence, primitive data types Timespan, Datetime, Guid, Decimal, String, etc are well "perceived" by Modelbinding. What you want is to POST the controller and pass a complex type of data and this…
-
1
votes1
answer53
viewsA: Redirect from login page to Recover password?
The causes can be several: If a controller or method is decorated with the authorization annotation [Authorize]the system redirects to the login page. I would put a breakpoint on the controller and…