Exemple #1
0
        public string GetAttribute(string attributeName)
        {
            object oAttributeValue = NativeHtmlElement.GetAttribute(attributeName, 0);

            return(oAttributeValue == null ? "" : oAttributeValue.ToString());
        }
 public void ScrollIntoView(bool alignWithTop)
 {
     NativeHtmlElement.ScrollIntoView((object)alignWithTop);
 }