Bumblebee.IntegrationTests.Shared.Hosting.HostTestFixture.GetUrl C# (CSharp) 메소드

GetUrl() 보호된 메소드

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