@using System.Web.Http @using PrevuWebAPI.Areas.HelpPage.Models @model HelpPageApiModel @{ var description = Model.ApiDescription; string applicationPath = Request.ApplicationPath; if (!applicationPath.EndsWith("/")) { applicationPath += "/"; } } Test API