示例#1
0
 public SpecialResource(AppInfo app, int perm, string relativeFilePath, string rawUrl, string contentType) : base(app, relativeFilePath, rawUrl, contentType)
 {
     _perm = perm;
 }
示例#2
0
 static string swap(AppInfo s) => (s?.AppName ?? "").Trim();
示例#3
0
 public AdminResource(AppInfo appInfo, string filePath, string rawUrl, string contentType) : base(appInfo, filePath, rawUrl, contentType)
 {
 }