public static string AssetSwatch(this HtmlHelper html, EntryContentBase entry) { if (entry != null) { return(entry.AssetSwatchUrl()); } return(""); }
public static string AssetSwatch(this HtmlHelper html, EntryContentBase entry) { if (entry != null) { return entry.AssetSwatchUrl(); } return ""; }