Thursday, February 11, 2016

Access web project file path from another project (Service or Business Layer)


Access web project file path from another project (Service or Business Layer)

var appDomain = System.AppDomain.CurrentDomain;
            var fullPath = Path.Combine(appDomain.BaseDirectory, Resources.DynamicTabFilePath);

Views\Shared\DynamicTabs\

No comments:

Post a Comment