避免图片路径访问405,可以用图片控件来显示局部…

2018-11-02 08:50:30来源:博客园 阅读 ()

新老客户大回馈,云服务器低至5折

<asp:Image ID="Image1" runat="server"/>


 protected void Page_Load(object sender, EventArgs e)
        {
            if (!IsPostBack)
            {
                if (string.IsNullOrEmpty(Request.Params["CarPicPath"]) == false)
                {
                    string CarPicPath = Request.Params["CarPicPath"];
                    Image1.ImageUrl = CarPicPath;                
                }
            }
        }

避免图资料405,可以用图片控件来显示后缀路径,不需要域名就不会出现jpg静态资源访问错误

  

CarPicPath  = "/updload/img/20xxxxxx/xxxxxxx.jpg";

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:GridView1 RowDataBound

下一篇:基于Quartz.net的远程任务管理系统 一