C# 클래스 BootstrapComponents.Core.HtmlContainer

상속: IHtmlString
파일 보기 프로젝트 열기: jordanwallwork/bootstrapcomponents

공개 프로퍼티들

프로퍼티 타입 설명
Attrs HtmlAttributes

공개 메소드들

메소드 설명
Clearfix ( ) : HtmlContainer

Clear the float on any element

Hidden ( ) : HtmlContainer

Hides element at the specified size(s)

InnerHtml ( ) : string
PullLeft ( ) : HtmlContainer

Float an element right with a class

PullRight ( ) : HtmlContainer

Float an element left with a class

SrOnly ( ) : HtmlContainer

Hide an element to all users except screen readers

ToHtmlString ( ) : string
ToString ( ) : string
Visible ( ) : HtmlContainer

Makes element visible only at the specified size(s)

보호된 메소드들

메소드 설명
EndHtml ( ) : string
HtmlContainer ( string tag, bool selfClosing = true ) : System
StartHtml ( ) : string

비공개 메소드들

메소드 설명
WithClass ( string @class ) : HtmlContainer

메소드 상세

Clearfix() 공개 메소드

Clear the float on any element
public Clearfix ( ) : HtmlContainer
리턴 HtmlContainer

EndHtml() 보호된 메소드

protected EndHtml ( ) : string
리턴 string

Hidden() 공개 메소드

Hides element at the specified size(s)
public Hidden ( ) : HtmlContainer
리턴 HtmlContainer

HtmlContainer() 보호된 메소드

protected HtmlContainer ( string tag, bool selfClosing = true ) : System
tag string
selfClosing bool
리턴 System

InnerHtml() 공개 추상적인 메소드

public abstract InnerHtml ( ) : string
리턴 string

PullLeft() 공개 메소드

Float an element right with a class
public PullLeft ( ) : HtmlContainer
리턴 HtmlContainer

PullRight() 공개 메소드

Float an element left with a class
public PullRight ( ) : HtmlContainer
리턴 HtmlContainer

SrOnly() 공개 메소드

Hide an element to all users except screen readers
public SrOnly ( ) : HtmlContainer
리턴 HtmlContainer

StartHtml() 보호된 메소드

protected StartHtml ( ) : string
리턴 string

ToHtmlString() 공개 메소드

public ToHtmlString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Visible() 공개 메소드

Makes element visible only at the specified size(s)
public Visible ( ) : HtmlContainer
리턴 HtmlContainer

프로퍼티 상세

Attrs 공개적으로 프로퍼티

public HtmlAttributes,BootstrapComponents.Core Attrs
리턴 HtmlAttributes