Alloy.Business.Rendering.TemplateCoordinator.BlockPath C# (CSharp) Méthode

BlockPath() private static méthode

private static BlockPath ( string fileName ) : string
fileName string
Résultat string
        private static string BlockPath(string fileName)
        {
            return string.Format("{0}{1}", BlockFolder, fileName);
        }