C# 클래스 Junior.Route.ViewEngines.Razor.TemplateRunContext

파일 보기 프로젝트 열기: nathan-alden/junior-route 1 사용 예제들

Private Properties

프로퍼티 타입 설명
PopBody TemplateWriter
PushBody void

공개 메소드들

메소드 설명
DefineSection ( string name, System.Action @writeDelegate ) : void
GetSectionWriteDelegate ( string name ) : System.Action
TemplateRunContext ( ViewBag viewBag = null ) : System

비공개 메소드들

메소드 설명
PopBody ( ) : TemplateWriter
PushBody ( TemplateWriter writer ) : void

메소드 상세

DefineSection() 공개 메소드

public DefineSection ( string name, System.Action @writeDelegate ) : void
name string
@writeDelegate System.Action
리턴 void

GetSectionWriteDelegate() 공개 메소드

public GetSectionWriteDelegate ( string name ) : System.Action
name string
리턴 System.Action

TemplateRunContext() 공개 메소드

public TemplateRunContext ( ViewBag viewBag = null ) : System
viewBag ViewBag
리턴 System