C# Class Junior.Route.ViewEngines.Razor.TemplateRunContext

Afficher le fichier Open project: nathan-alden/junior-route Class Usage Examples

Private Properties

Свойство Type Description
PopBody TemplateWriter
PushBody void

Méthodes publiques

Méthode Description
DefineSection ( string name, System.Action @writeDelegate ) : void
GetSectionWriteDelegate ( string name ) : System.Action
TemplateRunContext ( ViewBag viewBag = null ) : System

Private Methods

Méthode Description
PopBody ( ) : TemplateWriter
PushBody ( TemplateWriter writer ) : void

Method Details

DefineSection() public méthode

public DefineSection ( string name, System.Action @writeDelegate ) : void
name string
@writeDelegate System.Action
Résultat void

GetSectionWriteDelegate() public méthode

public GetSectionWriteDelegate ( string name ) : System.Action
name string
Résultat System.Action

TemplateRunContext() public méthode

public TemplateRunContext ( ViewBag viewBag = null ) : System
viewBag ViewBag
Résultat System