Exemplo n.º 1
0
 public static string GetCssClassFor(Alert alert)
 {
     return alert.GetAttributeString<CssClassAttribute>(a => a.CssClass);
 }