Esempio n. 1
0
 public static void Html(this HttpResponseBase response, XElement elem)
 {
     response.Html(elem.MakeHTML5Doc());
 }