C# Class BootstrapComponents.Core.CloseableHtml

Inheritance: IDisposable
Show file Open project: jordanwallwork/bootstrapcomponents

Protected Properties

Property Type Description
_writer IWriter

Public Methods

Method Description
Dispose ( ) : void
Write ( string formatString ) : void

Protected Methods

Method Description
CloseableHtml ( IWriter writer ) : System
CloseableHtml ( System.Web.Mvc.ViewContext viewContext ) : System
ClosingHtml ( ) : string

Method Details

CloseableHtml() protected method

protected CloseableHtml ( IWriter writer ) : System
writer IWriter
return System

CloseableHtml() protected method

protected CloseableHtml ( System.Web.Mvc.ViewContext viewContext ) : System
viewContext System.Web.Mvc.ViewContext
return System

ClosingHtml() protected abstract method

protected abstract ClosingHtml ( ) : string
return string

Dispose() public method

public Dispose ( ) : void
return void

Write() public method

public Write ( string formatString ) : void
formatString string
return void

Property Details

_writer protected property

protected IWriter _writer
return IWriter