C# 클래스 BootstrapComponents.Core.CloseableHtml.ViewContextWriter

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

공개 메소드들

메소드 설명
ViewContextWriter ( System.Web.Mvc.ViewContext viewContext ) : System
Write ( string str ) : void

메소드 상세

ViewContextWriter() 공개 메소드

public ViewContextWriter ( System.Web.Mvc.ViewContext viewContext ) : System
viewContext System.Web.Mvc.ViewContext
리턴 System

Write() 공개 메소드

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