C# Class RAML.WebApiExplorer.RamlController

Inheritance: Controller
ファイルを表示 Open project: mulesoft-labs/raml-dotnet-apiexplorer

Public Methods

Method Description
Download ( string version = "1" ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
OAuth1 ( ) : System.Web.Mvc.ActionResult
OAuth2 ( ) : System.Web.Mvc.ActionResult
Raw ( string version = "1" ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
GetRamlContents ( string version ) : string

Method Details

Download() public method

public Download ( string version = "1" ) : System.Web.Mvc.ActionResult
version string
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

OAuth1() public method

public OAuth1 ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

OAuth2() public method

public OAuth2 ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Raw() public method

public Raw ( string version = "1" ) : System.Web.Mvc.ActionResult
version string
return System.Web.Mvc.ActionResult