C# 클래스 Serenity.WebElementExtensions

파일 보기 프로젝트 열기: DarthFubuMVC/Serenity

공개 메소드들

메소드 설명
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