예제 #1
0
 public override void Initialize(RazorHost razorHost, System.Collections.Generic.IDictionary <string, string> directives)
 {
     _binRelativePath = @"..\.." + razorHost.ProjectRelativePath;
     _fullPath        = razorHost.FullPath;
 }
 public override void Initialize(RazorHost razorHost, System.Collections.Generic.IDictionary<string, string> directives)
 {
     _binRelativePath = @"..\.." + razorHost.ProjectRelativePath;
     _fullPath = razorHost.FullPath;
 }