Open.Core.Html.Height C# (CSharp) Method

Height() public static method

Retrieves the height of the specified element.
public static Height ( string cssSelector ) : int
cssSelector string The CSS selector of the element to measure.
return int
        public static int Height(string cssSelector) { return jQuery.Select(cssSelector).GetHeight(); }