摘要:以下代码可以从http header中获取一个attribute的值。如: String b = GetAttributeFromHeader(ContentType, "boundary"); private static String GetAttributeFromHeader(String headerValue, String attrName) { if (headerVal...
阅读全文
摘要:内容涉及:form(表单)提交的相关细节。
<form method=”get/post” … 其中get只支持ASCII字符,而post支持[ISO10646]字符集。
Successful controls的定义。
get方法将form data set附加到action的URI后,post则将它放在form的body中发送。
user agent(e.g IE, Firefox …)处理form submission的四个步骤。
application/x-www-form-urlencoded和multipart/form-data的区别。其中包括
阅读全文
摘要:The blog record any valuable point from the free book. 《Professional ASP.NET MVC 1.0》! The blog write by volnet. 1.Page 12/196 ASP.NET MVC projects by default have six top-level directories: Dire...
阅读全文