Bumblebee.IntegrationTests.Shared.Hosting.HostTestFixture.GetUrl C# (CSharp) Method

GetUrl() protected method

protected GetUrl ( string page ) : string
page string
return string
		protected string GetUrl(string page)
		{
			return String.Format("{0}{1}{2}", BaseUrl, "/Content/", page);
		}