Bumblebee.IntegrationTests.Shared.Hosting.HostTestFixture.GetUrl C# (CSharp) Méthode

GetUrl() protected méthode

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