예제 #1
0
 /// <inheritdoc />
 public string GetAbsolutePath(string executingFilePath, string pagePath)
 {
     return(_engine.GetAbsolutePath(executingFilePath, pagePath));
 }