C# Class JavaScriptEngineSwitcher.Sample.AspNet4.Mvc4.Controllers.HomeController

Inheritance: Controller
Mostra file Open project: Taritsyn/JavaScriptEngineSwitcher

Public Methods

Method Description
Contact ( ) : System.Web.Mvc.ActionResult
HomeController ( ) : System.Configuration
HomeController ( FileContentService fileContentService, JsEvaluationService jsEvaluationService ) : System.Configuration
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Demo ( ) : System.Web.Mvc.ActionResult
Demo ( System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult

Method Details

Contact() public method

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

HomeController() public method

public HomeController ( ) : System.Configuration
return System.Configuration

HomeController() public method

public HomeController ( FileContentService fileContentService, JsEvaluationService jsEvaluationService ) : System.Configuration
fileContentService JavaScriptEngineSwitcher.Sample.Logic.Services.FileContentService
jsEvaluationService JavaScriptEngineSwitcher.Sample.Logic.Services.JsEvaluationService
return System.Configuration

Index() public method

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