C# (CSharp) ChaosTest.WebService.Extensions Namespace

Classes

Name Description
ApiControllerExtentions Extension methods for ApiController to help render HTML and JS files. This is here because we are using Web API but want to also render an HTML page. Normally we use ASP.NET MVC for this, but that still requires IIS (System.Web) at this time and we need to self-host, for which we use OWIN. ASP.NET vNext will allow self-host with MVC, at which point we won't need these extensions any more.