New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

C#
public static class CommonHelper

Inheritance: objectCommonHelper

Methods

C#
public static int[] GenArray(int count)
Parameters:countintReturns:

int[]

C#
public static HtmlControl GetControl(Element element)
Parameters:elementElementReturns:

HtmlControl

C#
public static Type GetControlType(Element element)
Parameters:elementElementReturns:

Type

C#
public static HtmlInputControl GetInputControl(Element element)
Parameters:elementElementReturns:

HtmlInputControl

C#
public static Type GetInputControlType(Element element)
Parameters:elementElementReturns:

Type

C#
public static string RemoveWhiteSpaces(string stringToModify)
Parameters:stringToModifystringReturns:

string