C# Class Kipunji.Controllers.HomeController

Inheritance: Controller
Datei anzeigen Open project: jpobst/Kipunji

Public Methods

Method Description
Assembly ( string assembly, string path ) : System.Web.Mvc.ActionResult
Index ( string path ) : System.Web.Mvc.ActionResult
Members ( string assembly, string path ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Assemblies ( ) : System.Web.Mvc.ActionResult
Assembly ( AssemblyModel model ) : System.Web.Mvc.ActionResult
Disambiguation ( List options ) : System.Web.Mvc.ActionResult
Member ( MemberModel member ) : System.Web.Mvc.ActionResult
Namespace ( NamespaceModel ns ) : System.Web.Mvc.ActionResult
Type ( TypeModel type ) : System.Web.Mvc.ActionResult
UnrecognizedRequest ( string request ) : System.Web.Mvc.ActionResult

Method Details

Assembly() public method

public Assembly ( string assembly, string path ) : System.Web.Mvc.ActionResult
assembly string
path string
return System.Web.Mvc.ActionResult

Index() public method

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

Members() public method

public Members ( string assembly, string path ) : System.Web.Mvc.ActionResult
assembly string
path string
return System.Web.Mvc.ActionResult