11 2013 档案
摘要:string jsonstr = String.Empty; string url = "http://localhost:7041/Service1/Hello"; #region WebClient 访问Get WebClient webclient = new WebClient(); Uri uri = new Uri(url, UriKind.Absolute); if (!webclient.IsBusy) { webc...
阅读全文
摘要:publicstringHttpUploadFile(stringurl,stringfile,stringparamName,stringcontentType,NameValueCollectionnvc){stringresult=string.Empty;stringboundary="---------------------------"+DateTime.Now.Ticks.ToString("x");byte[]boundarybytes=System.Text.Encoding.ASCII.GetBytes("\r\n--&q
阅读全文
摘要:HTML扩展类的所有方法都有2个参数:以textbox为例子public static string TextBox( this HtmlHelper htmlHelper, string name, Object value, IDictionary htmlAttributes )public static string TextBox( this HtmlHelper htmlHelper, string name, Object value, Object htmlAttributes )这2个参数代表这个html标签的属性集合。使用方法如下。1.ActionLink@Html.Act
阅读全文

浙公网安备 33010602011771号