示例#1
0
 public WebFileAccessor(string basePath)
 {
     _mapping      = Http.MimeMapper.Default;
     this.BasePath = basePath;
 }
示例#2
0
 public WebFileAccessor()
 {
     _mapping = Http.MimeMapper.Default;
 }