C# Class BootstrapComponents.Core.CloseableHtml

Inheritance: IDisposable
Afficher le fichier Open project: jordanwallwork/bootstrapcomponents

Protected Properties

Свойство Type Description
_writer IWriter

Méthodes publiques

Méthode Description
Dispose ( ) : void
Write ( string formatString ) : void

Méthodes protégées

Méthode Description
CloseableHtml ( IWriter writer ) : System
CloseableHtml ( System.Web.Mvc.ViewContext viewContext ) : System
ClosingHtml ( ) : string

Method Details

CloseableHtml() protected méthode

protected CloseableHtml ( IWriter writer ) : System
writer IWriter
Résultat System

CloseableHtml() protected méthode

protected CloseableHtml ( System.Web.Mvc.ViewContext viewContext ) : System
viewContext System.Web.Mvc.ViewContext
Résultat System

ClosingHtml() protected abstract méthode

protected abstract ClosingHtml ( ) : string
Résultat string

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Write() public méthode

public Write ( string formatString ) : void
formatString string
Résultat void

Property Details

_writer protected_oe property

protected IWriter _writer
Résultat IWriter