Hi All ,
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 Controller thanks
Hi All ,
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 Controller thanks
return(new FileResult(pathtoimage, "image/jpeg"));
you can also do it with bytes to image, pdf etc