Pretzel.Logic.Templating.Context.SiteContextGenerator.GetFilePathForPage C# (CSharp) Метод

GetFilePathForPage() приватный Метод

private GetFilePathForPage ( Pretzel.Logic.Templating.Context.SiteContext context, string file ) : string
context Pretzel.Logic.Templating.Context.SiteContext
file string
Результат string
        private string GetFilePathForPage(SiteContext context, string file)
        {
            return Path.Combine(context.OutputFolder, MapToOutputPath(context, file));
        }