| |
my point exactly, you need a route for your controller/action. How else can MVC find your Controller and Action?
Posted:
9 days ago
|
probably a problem with your routes
Posted:
9 days ago
|
Did you set up a route for your controller/action ?
Posted:
one month ago
|
because we like out code to be SOLID. Do a Google search for "why interfaces C#" and "SOLID C#".
Posted:
one month ago
|
The code shown is for asp.net forms (aspx) not for asp.net MVC (cshtml), I suggest you read up on MVC because it differs from web forms
Posted:
one month ago
|