Example #1
0
 /// <summary>Static getter for Treść</summary>
 public static IHtmlString GetText(ICookies that)
 {
     return(that.GetPropertyValue <IHtmlString>("text"));
 }
Example #2
0
 /// <summary>Static getter for Włączyć komunikat o cookies</summary>
 public static bool GetEnableCookies(ICookies that)
 {
     return(that.GetPropertyValue <bool>("enableCookies"));
 }