Alt Tag
var altText = Model.BackgroundImage.Value("altText")
<img src="a_source_for_the_image" @(altText.IsNullOrWhiteSpace() ? null : @Html.Raw($"alt=\"{altText}\"")) />Last updated
var altText = Model.BackgroundImage.Value("altText")
<img src="a_source_for_the_image" @(altText.IsNullOrWhiteSpace() ? null : @Html.Raw($"alt=\"{altText}\"")) />Last updated