Pretzel.Logic.Templating.Context.SiteContextGenerator.GetFilePathForPage C# (CSharp) Method

GetFilePathForPage() private method

private GetFilePathForPage ( Pretzel.Logic.Templating.Context.SiteContext context, string file ) : string
context Pretzel.Logic.Templating.Context.SiteContext
file string
return string
        private string GetFilePathForPage(SiteContext context, string file)
        {
            return Path.Combine(context.OutputFolder, MapToOutputPath(context, file));
        }