C# Класс Serenity.WebElementExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
AssetName ( this element ) : string
GetMimeType ( this element ) : MimeType
Href ( this element ) : string
IsCssLink ( this element ) : bool
IsHiddenInput ( this element ) : bool

Описание методов

AssetName() публичный статический Метод

public static AssetName ( this element ) : string
element this
Результат string

GetMimeType() публичный статический Метод

public static GetMimeType ( this element ) : MimeType
element this
Результат MimeType

Href() публичный статический Метод

public static Href ( this element ) : string
element this
Результат string

IsCssLink() публичный статический Метод

public static IsCssLink ( this element ) : bool
element this
Результат bool

IsHiddenInput() публичный статический Метод

public static IsHiddenInput ( this element ) : bool
element this
Результат bool