C# Class Manos.Mvc.View

Afficher le fichier Open project: toptensoftware/manos Class Usage Examples

Private Properties

Свойство Type Description
FindSection System.Action

Méthodes publiques

Méthode Description
DefineSection ( string name, System.Action action ) : void
Execute ( ) : void
IsSectionDefined ( string name ) : bool
OnExecute ( ) : void
RenderBody ( ) : string
RenderSection ( string name, bool optional = false ) : string
Write ( object o ) : void
WriteLiteral ( string literal ) : void
WriteLiteralTo ( TextWriter writer, object content ) : void
WriteTo ( TextWriter writer, object content ) : void

Private Methods

Méthode Description
FindSection ( View view, string name ) : System.Action

Method Details

DefineSection() public méthode

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

Execute() public méthode

public Execute ( ) : void
Résultat void

IsSectionDefined() public méthode

public IsSectionDefined ( string name ) : bool
name string
Résultat bool

OnExecute() public abstract méthode

public abstract OnExecute ( ) : void
Résultat void

RenderBody() public méthode

public RenderBody ( ) : string
Résultat string

RenderSection() public méthode

public RenderSection ( string name, bool optional = false ) : string
name string
optional bool
Résultat string

Write() public méthode

public Write ( object o ) : void
o object
Résultat void

WriteLiteral() public méthode

public WriteLiteral ( string literal ) : void
literal string
Résultat void

WriteLiteralTo() public static méthode

public static WriteLiteralTo ( TextWriter writer, object content ) : void
writer System.IO.TextWriter
content object
Résultat void

WriteTo() public static méthode

public static WriteTo ( TextWriter writer, object content ) : void
writer System.IO.TextWriter
content object
Résultat void