{ new MvcHtmlString("Hvem skal du stemme på?Find din kandidat
") },
ShowMoreLink = new Link { LinkText = "Prøv kandidat-testen", AltText = "Prøv kandidat-testen", Url = "/nyheder/politik/valg2016/kandidat-testen" }
},
Html.CombineLayout(CombineLayoutStyle.Ol, new CombineLayoutSection() { Items = candidateItems, SpanWidth = 16 })
);
@Html.Section(new SectionViewConf
{
ClassName = "section candidate-list-spot",
Boxed = true,
ShowHeading = false
},
Html.Row(
Html.Column("span-9 span-lg-7 span-sm-12 visible-lg visible-md span-sm-12", candidateListSection),
Html.Partial("~/Views/Shared/Banners/VideoItem.cshtml",ViewData),
Html.Partial("~/Views/Shared/Banners/TeaserRight.cshtml")
)
)
}