Responsive
Atoms
FormLabel
Default
Molecules
ContactDetails
Default
Organisms
HeaderMinimal
Default
ServicesGroupFinderBlock
With Results No Results

HeroArticle / Tag Without Colon

Simple tag without colon separator (no bold/normal split)

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Organisms/HeroArticle/HeroArticle.cshtml", new HeroArticleProps
{
"BreadcrumbProps": {
"Items": [
{
"Name": "Home",
"Url": "/"
},
{
"Name": "Research",
"Url": "/research"
},
{
"Name": "Targeted therapy",
"Url": "/research/targeted-therapy"
}
],
"MobileBackLinkText": "Back to Targeted therapy",
"BackToPrefix": "Back to ",
"Variant": ""
},
"Tag": "Latest Research Updates",
"Title": "New findings in hormone therapy effectiveness",
"ImageHtml": {}
})
♿ Accessibility