Ejemplo n.º 1
0
 public static IHtmlContent CacheVersion(this IHtmlHelper htmlHelper, string key)
 {
     return(new HtmlString(ServiceExtensions.FromIoc <IVersionControlService>().GetVersion(key).ToString()));
 }