<h2>Order</h2>
<h1> @Html.ActionLink("Create Order", "CreateOrder", "Home")</h1>
When I place the above code in the cshtml file within the View of MVC, the output shows:
Order
Create Order
Is there a way to display it like this instead?
Order Create Order