Is there any good substitute for BuildURLFromExpression
I am using MVC ASP 1.0 , how can i acheive the functionality done by BuildURLFromExpression method ? basically i am trying to get image from Control开发者_如何学编程ler thanks
return(new FileResult(pathtoimage, "image/jpeg"));
you can also do it with bytes to image, pdf etc
精彩评论