When you define your path const :

const string Child_Medical_Pdf = @"~/Media/ChildPdf";

The symbol "@" means don't need add any escape character for the following string, the url is exactly the same as the string shows.

posted on 2016-07-07 10:38  IvyFu  阅读(138)  评论(0)    收藏  举报