C# Class Castle.MonoRail.Controller.Format

Show file Open project: johnsimons/MonoRail3

Public Methods

Method Description
All ( ) : Format
Atom ( ) : Format
Csv ( ) : Format
Html ( ) : Format
Html ( System.Action action ) : Format
JSon ( ) : Format
Js ( ) : Format
Rss ( ) : Format
Text ( ) : Format
Xml ( ) : Format

Method Details

All() public method

public All ( ) : Format
return Format

Atom() public method

public Atom ( ) : Format
return Format

Csv() public method

public Csv ( ) : Format
return Format

Html() public method

public Html ( ) : Format
return Format

Html() public method

public Html ( System.Action action ) : Format
action System.Action
return Format

JSon() public method

public JSon ( ) : Format
return Format

Js() public method

public Js ( ) : Format
return Format

Rss() public method

public Rss ( ) : Format
return Format

Text() public method

public Text ( ) : Format
return Format

Xml() public method

public Xml ( ) : Format
return Format