C# Class Serenity.WebElementExtensions

Exibir arquivo Open project: DarthFubuMVC/Serenity

Public Methods

Method Description
AssetName ( this element ) : string
GetMimeType ( this element ) : MimeType
Href ( this element ) : string
IsCssLink ( this element ) : bool
IsHiddenInput ( this element ) : bool

Method Details

AssetName() public static method

public static AssetName ( this element ) : string
element this
return string

GetMimeType() public static method

public static GetMimeType ( this element ) : MimeType
element this
return MimeType

Href() public static method

public static Href ( this element ) : string
element this
return string

IsCssLink() public static method

public static IsCssLink ( this element ) : bool
element this
return bool

IsHiddenInput() public static method

public static IsHiddenInput ( this element ) : bool
element this
return bool