Properties
Component Code
@await Html.PartialAsync("~/Components/Organisms/HeroVolunteer/HeroVolunteer.cshtml", new HeroVolunteerProps
{
"Label": "",
"Name": "Michael",
"Bio": "Diagnosed with male breast cancer in 2018, Michael became a volunteer to raise awareness that breast cancer can affect anyone.",
"Treatments": [
"Mastectomy",
"Chemotherapy",
"Hormone therapy"
],
"Experiences": [
"Male breast cancer",
"Rare diagnosis awareness"
],
"ImageHtml": {},
"Breadcrumb": {
"Items": [
{
"Name": "Home",
"Url": "/"
},
{
"Name": "Stories",
"Url": "/stories"
}
],
"MobileBackLinkText": null,
"BackToPrefix": "Back to ",
"Variant": ""
}
})