C# 클래스 Rock.Lava.Blocks.WebRequest

Web
상속: RockLavaBlockBase
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
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