mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
csharp: changed path to sample
This commit is contained in:
@ -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>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user