C# 클래스 BootstrapComponents.Core.GenericInnerHtmlContainer

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

보호된 프로퍼티들

프로퍼티 타입 설명
_innerHtml string

공개 메소드들

메소드 설명
Element ( IHtmlString html ) : void

Insert any html content

Element ( string html ) : void

Insert any html content

GenericInnerHtmlContainer ( string tag, string innerHtml = "", bool selfClosing = true ) : System.Web
InnerHtml ( ) : string

메소드 상세

Element() 공개 메소드

Insert any html content
public Element ( IHtmlString html ) : void
html IHtmlString
리턴 void

Element() 공개 메소드

Insert any html content
public Element ( string html ) : void
html string
리턴 void

GenericInnerHtmlContainer() 공개 메소드

public GenericInnerHtmlContainer ( string tag, string innerHtml = "", bool selfClosing = true ) : System.Web
tag string
innerHtml string
selfClosing bool
리턴 System.Web

InnerHtml() 공개 메소드

public InnerHtml ( ) : string
리턴 string

프로퍼티 상세

_innerHtml 보호되어 있는 프로퍼티

protected string _innerHtml
리턴 string