Open.Core.Html.Height C# (CSharp) 메소드

Height() 공개 정적인 메소드

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