C# Class dotlesscss.com.Controllers.HomeController

Inheritance: Controller
Show file Open project: dotless/dotlesscss.com

Public Methods

Method Description
ProcessLess ( string less ) : string
Reference ( string chapterName, string topicName ) : System.Web.Mvc.ActionResult
TryIt ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Docs ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Reference ( dotlesscss.com.Models.TopicModel model, string chapterName, string topicName ) : System.Web.Mvc.ActionResult
TryIt ( string html, string less ) : System.Web.Mvc.ActionResult

Method Details

ProcessLess() public method

public ProcessLess ( string less ) : string
less string
return string

Reference() public method

public Reference ( string chapterName, string topicName ) : System.Web.Mvc.ActionResult
chapterName string
topicName string
return System.Web.Mvc.ActionResult

TryIt() public method

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