C# Class Serenity.WebElementExtensions

Afficher le fichier Open project: DarthFubuMVC/Serenity

Méthodes publiques

Méthode 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 méthode

public static AssetName ( this element ) : string
element this
Résultat string

GetMimeType() public static méthode

public static GetMimeType ( this element ) : MimeType
element this
Résultat MimeType

Href() public static méthode

public static Href ( this element ) : string
element this
Résultat string

IsCssLink() public static méthode

public static IsCssLink ( this element ) : bool
element this
Résultat bool

IsHiddenInput() public static méthode

public static IsHiddenInput ( this element ) : bool
element this
Résultat bool