Shared > Components > Footer > Default taking place.
@foreach (var topic in Model.Topics.Where(x => x.IncludeInFooterColumn3).ToList())
  {
     <li><a href="@Url.RouteUrl("Topic", new { SeName = topic.SeName })">@topic.Name</a></li>
  }


The part above

The part I want to add Shared > _Header

Can you help me how I can? I am a novice.

Version : 4.30