csharp: changed path to sample

This commit is contained in:
Alexandr Fedorov
2021-02-04 16:56:28 +03:00
parent 7d2469cfe9
commit 96d6c521ef
4 changed files with 13 additions and 41 deletions

View File

@ -328,7 +328,7 @@ namespace OnlineEditorsExample
compareFileUrl.Path = HttpRuntime.AppDomainAppVirtualPath
+ (HttpRuntime.AppDomainAppVirtualPath.EndsWith("/") ? "" : "/")
+ "webeditor.ashx";
compareFileUrl.Query = "type=download&fileName=" + HttpUtility.UrlEncode("demo.docx");
compareFileUrl.Query = "type=download&fileName=" + HttpUtility.UrlEncode("sample.docx");
Dictionary<string, object> dataCompareFile = new Dictionary<string, object>
{