Try your search with a different keyword or use * as a wildcard.
@model IList
@foreach (var provider in Model)
{
-
@if (!string.IsNullOrEmpty(provider.LogoUrl))
{
}
@if (!string.IsNullOrEmpty(provider.Description))
{
@provider.Description
}
}