C# 클래스 Castle.MonoRail.Controller.Format

파일 보기 프로젝트 열기: johnsimons/MonoRail3

공개 메소드들

메소드 설명
All ( ) : Format
Atom ( ) : Format
Csv ( ) : Format
Html ( ) : Format
Html ( System.Action action ) : Format
JSon ( ) : Format
Js ( ) : Format
Rss ( ) : Format
Text ( ) : Format
Xml ( ) : Format

메소드 상세

All() 공개 메소드

public All ( ) : Format
리턴 Format

Atom() 공개 메소드

public Atom ( ) : Format
리턴 Format

Csv() 공개 메소드

public Csv ( ) : Format
리턴 Format

Html() 공개 메소드

public Html ( ) : Format
리턴 Format

Html() 공개 메소드

public Html ( System.Action action ) : Format
action System.Action
리턴 Format

JSon() 공개 메소드

public JSon ( ) : Format
리턴 Format

Js() 공개 메소드

public Js ( ) : Format
리턴 Format

Rss() 공개 메소드

public Rss ( ) : Format
리턴 Format

Text() 공개 메소드

public Text ( ) : Format
리턴 Format

Xml() 공개 메소드

public Xml ( ) : Format
리턴 Format