在控制器ASP.NET MVC中获取项目根path?

我为我的CSS使用dotlesscss,我记得如何使用,但我忘记了如何获得根项目path,以便我可以生成完整的文件path到我的.less文件,以获得较less的引擎parsing。 如何获得项目根path,以便我可以生成较less文件的path?

Server.MapPath("~"); 

要么:

 HostingEnvironment.ApplicationPhysicalPath