最近一朋友问了一个问题,他想引用一个本地图片到页面上的Image控件,可是发现用Application的GetResourceStream得到的结果是个null值,当时第一个想到的就是他图片的Build Action属性值设置的不对,于是自己写了个Demo测试, Stream sr = Application.GetResourceStream(new Uri("face.png", UriKind.Relative)).Stream; BitmapImage bi = new Bit…
HTML form enctype http://www.w3.org/TR/html401/interact/forms.html#h-17.13.1%E2%80%8D enctype= content-type [CI] This attribute specifies the content type used to submit the form to the server (when the value of method is "post"). The default va…