I have an ASP.NET-MVC3-Layout and use the RenderSection function:
@RenderSection("BackLink", required: false)
How can I call this function twice? I want to render a defined section at multiple places in my layout.
If I use @RenderSection()
more than once I get an error.