C# Класс Rock.Lava.Blocks.WebRequest

Web
Наследование: RockLavaBlockBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
ParseMarkup ( string markup, Context context ) : string>.Dictionary

Parses the markup.

Описание методов

Initialize() публичный Метод

Initializes the specified tag name.
Could not find the variable to place results in.
public Initialize ( string tagName, string markup, List tokens ) : void
tagName string Name of the tag.
markup string The markup.
tokens List The tokens.
Результат void

OnStartup() публичный Метод

Method that will be run at Rock startup
public OnStartup ( ) : void
Результат void

Render() публичный Метод

Renders the specified context.
public Render ( Context context, TextWriter result ) : void
context DotLiquid.Context The context.
result System.IO.TextWriter The result.
Результат void