Aqueduct.Appia.Host.Specs.StepDefinitions.GivenIHavePagePage_With_Partial_Cshtml C# (CSharp) Method

GivenIHavePagePage_With_Partial_Cshtml() private method

private GivenIHavePagePage_With_Partial_Cshtml ( string filename ) : void
filename string
return void
        public void GivenIHavePagePage_With_Partial_Cshtml(string filename)
        {
            CreateWebsiteFile(_configuration.PagesPath + "\\" + filename, "<span>page</span> @RenderPartial(\"partial\")");
        }