I know this is probably straight forward, but this isnt working for me, I want to simply connect this to trigger a viewController when I click it. When I create a controller and a view and click it it throws a 404 and the code never hits the controller.
<div><a href="../Admin/AdminReports.aspx"> All Accounts In the System</a></div>
You want something like this:
where
Controller = Your controller name.
Action = Your action method.