C# Class BootstrapComponents.Core.CloseableHtml.ViewContextWriter

Inheritance: IWriter
Show file Open project: jordanwallwork/bootstrapcomponents

Public Methods

Method Description
ViewContextWriter ( System.Web.Mvc.ViewContext viewContext ) : System
Write ( string str ) : void

Method Details

ViewContextWriter() public method

public ViewContextWriter ( System.Web.Mvc.ViewContext viewContext ) : System
viewContext System.Web.Mvc.ViewContext
return System

Write() public method

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