C# Class Castle.MonoRail.TransformFilters.MarkdownTransformFilter

Post process the request via Markdown
Inheritance: Castle.MonoRail.Framework.TransformFilter
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
MarkdownTransformFilter ( Stream baseStream ) : System

Constructor of the MarkdownTransformFilter

Write ( byte buffer, int offset, int count ) : void

Pulls the http stream through the Markdown filter.

Method Details

MarkdownTransformFilter() public method

Constructor of the MarkdownTransformFilter
public MarkdownTransformFilter ( Stream baseStream ) : System
baseStream Stream output stream
return System

Write() public method

Pulls the http stream through the Markdown filter.
public Write ( byte buffer, int offset, int count ) : void
buffer byte The content stream
offset int Start of the stream
count int Lenght of the stream
return void