在线文档编辑修改
This commit is contained in:
@@ -11,7 +11,7 @@ namespace FineUIPro.Web.AttachFile
|
||||
public partial class OnlineEditingPrivate : PageBase
|
||||
{
|
||||
#region 定义参数
|
||||
|
||||
|
||||
public string CallBackUrl
|
||||
{
|
||||
get
|
||||
@@ -60,6 +60,8 @@ namespace FineUIPro.Web.AttachFile
|
||||
ViewState["editorMode"] = value;
|
||||
}
|
||||
}
|
||||
public string urlString = String.Empty;
|
||||
public string urlStringMD5 = String.Empty;
|
||||
#endregion
|
||||
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
@@ -72,7 +74,8 @@ namespace FineUIPro.Web.AttachFile
|
||||
PCUrl = Request.Params["fileUrl"];
|
||||
editorMode = Request.Params["editorMode"];
|
||||
|
||||
|
||||
urlString = Funs.SGGLUrl + PCUrl;
|
||||
urlStringMD5 = Funs.GetMD5(urlString);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user