Esempio n. 1
0
 private void ChangeHtml(DependencyPropertyChangedEventArgs e)
 {
     web.NavigateToString(MyHtml.ToString());
     MyRtbViewHtml.Children.Add(web);
 }
Esempio n. 2
0
 public HtmlString Html()
 {
     MyHtml.RequireScript("https://www.google.com/recaptcha/api.js");
     return(new HtmlString(string.Format("<div class='g-recaptcha' data-sitekey='{0}'></div>", publicKey)));
 }