C# 클래스 BootstrapComponents.Core.HtmlAttributes

파일 보기 프로젝트 열기: jordanwallwork/bootstrapcomponents 1 사용 예제들

공개 메소드들

메소드 설명
Any ( HtmlAttribute>.Func func = null ) : bool
Clone ( ) : HtmlAttributes
HtmlAttributes ( ) : System
HtmlAttributes ( object>.IEnumerable htmlAttributes ) : System
HtmlAttributes ( object htmlAttributes ) : System
ToDictionary ( ) : object>.IDictionary
ToString ( ) : string
this ( string attribute ) : HtmlAttribute

메소드 상세

Any() 공개 메소드

public Any ( HtmlAttribute>.Func func = null ) : bool
func HtmlAttribute>.Func
리턴 bool

Clone() 공개 메소드

public Clone ( ) : HtmlAttributes
리턴 HtmlAttributes

HtmlAttributes() 공개 메소드

public HtmlAttributes ( ) : System
리턴 System

HtmlAttributes() 공개 메소드

public HtmlAttributes ( object>.IEnumerable htmlAttributes ) : System
htmlAttributes object>.IEnumerable
리턴 System

HtmlAttributes() 공개 메소드

public HtmlAttributes ( object htmlAttributes ) : System
htmlAttributes object
리턴 System

ToDictionary() 공개 메소드

public ToDictionary ( ) : object>.IDictionary
리턴 object>.IDictionary

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( string attribute ) : HtmlAttribute
attribute string
리턴 HtmlAttribute