You did not indicate that the link to the action should have any parameters, in this case it is the direct URL of the action. You need to enable the parameters, i.e.
@Html.ActionLink("Create New", "Create", "Conflict", new { custID = Model.custID, projID = Model.projID }, null)
Lazarus
source share