Esempio n. 1
0
 /// <summary>
 /// Sets the master style sheet that is used to define default HTML rendering.
 /// A default css file comes with the package.
 /// </summary>
 /// <param name="css">CSS to use</param>
 public static void SetMasterStylesheet(string css)
 {
     HtmlControl.SetMasterStylesheet(css);
 }