case "ico":
case "png":
return MimeType.image_png;
case "htm":
case "html":
case "xhtml":
case "dhtml":
return MimeType.text_html;
case "js":
return MimeType.text_javascript;
case "xml":
return MimeType.multipart_xmixedreplace;
default:
return MimeType.none;
}
}
public static string CleanJsonString(string url)
{
if (url == null) return null;
return url.Replace("%27", "\"").Replace("%35", "#").Replace("%20", " ").Replace("%61", "=").Replace("%63", "?");
}
public static string[] GetUrlQueries(string queryUrlString)
{
return queryUrlString.Split(new string[] { "&" }, StringSplitOptions.RemoveEmptyEntries);
}
#region Custom
public static string RemoveToken(string completeReq)
{
if (completeReq.Contains("__"))
{
completeReq = completeReq.Split(new string[] { "__" }, StringSplitOptions.RemoveEmptyEntries)[0];
}
string[] _pReq = completeReq.Split(new string[] { "?" }, StringSplitOptions.RemoveEmptyEntries);
if (_pReq.Length < 2) return string.Empty;
else return _pReq[1];
- 上一篇:ASP.net企业培训在线考试系统的设计与实现
- 下一篇:对我国《小企业会计准则》的思考和探索
-
-
-
-
-
-
-
乳业同业并购式全产业链...
十二层带中心支撑钢结构...
电站锅炉暖风器设计任务书
java+mysql车辆管理系统的设计+源代码
当代大学生慈善意识研究+文献综述
大众媒体对公共政策制定的影响
杂拟谷盗体内共生菌沃尔...
酸性水汽提装置总汽提塔设计+CAD图纸
中考体育项目与体育教学合理结合的研究
河岸冲刷和泥沙淤积的监测国内外研究现状