Actionlink to child action
问题 I have called a view from another with Html.Action method. I want to call the same action with a parameter Inside the child view, when user click the action link. When I write this code I get this error message: Html.ActionLink("link", "Configure", new { id = 2 }) The action 'Configure' is accessible only by a child request. How can i handle this issue? Edit: I'll try to reexplain the issue: my parent view is ConfigureMethod.cshtml. I call child child view like that: @Html.Action("Configure",