Try your search with a different keyword or use * as a wildcard.
@model ProductDetailsModel @if (!string.IsNullOrWhiteSpace(Model.PageShareCode)) { <div class="product-share-button"> @Html.Raw(Model.PageShareCode) </div> }