C# 클래스 BootstrapComponents.Core.CloseableHtml

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

보호된 프로퍼티들

프로퍼티 타입 설명
_writer IWriter

공개 메소드들

메소드 설명
Dispose ( ) : void
Write ( string formatString ) : void

보호된 메소드들

메소드 설명
CloseableHtml ( IWriter writer ) : System
CloseableHtml ( System.Web.Mvc.ViewContext viewContext ) : System
ClosingHtml ( ) : string

메소드 상세

CloseableHtml() 보호된 메소드

protected CloseableHtml ( IWriter writer ) : System
writer IWriter
리턴 System

CloseableHtml() 보호된 메소드

protected CloseableHtml ( System.Web.Mvc.ViewContext viewContext ) : System
viewContext System.Web.Mvc.ViewContext
리턴 System

ClosingHtml() 보호된 추상적인 메소드

protected abstract ClosingHtml ( ) : string
리턴 string

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Write() 공개 메소드

public Write ( string formatString ) : void
formatString string
리턴 void

프로퍼티 상세

_writer 보호되어 있는 프로퍼티

protected IWriter _writer
리턴 IWriter