C# Class Rock.Lava.Blocks.Execute

Inheritance: RockLavaBlockBase
ファイルを表示 Open project: NewSpring/Rock

Public Methods

Method Description
Initialize ( string tagName, string markup, List tokens ) : void

Initializes the specified tag name.

OnStartup ( ) : void

Method that will be run at Rock startup

Render ( Context context, TextWriter result ) : void

Renders the specified context.

Private Methods

Method Description
CleanInput ( string input ) : string

Cleans the input.

ParseMarkup ( string markup ) : string>.Dictionary

Parses the markup.

Method Details

Initialize() public method

Initializes the specified tag name.
public Initialize ( string tagName, string markup, List tokens ) : void
tagName string Name of the tag.
markup string The markup.
tokens List The tokens.
return void

OnStartup() public method

Method that will be run at Rock startup
public OnStartup ( ) : void
return void

Render() public method

Renders the specified context.
public Render ( Context context, TextWriter result ) : void
context DotLiquid.Context The context.
result System.IO.TextWriter The result.
return void