Santhosh
Santhosh

Reputation: 20406

System.Windows.Media in ASP.NET MVC

Can I use the " System.Windows.Media" in the ASP.NET MVC application.

Because I need to draw image using this.

Is it possible or we need to use System.Drawing only for the Web Application ?

Upvotes: 0

Views: 622

Answers (1)

Chris Fulstow
Chris Fulstow

Reputation: 41872

Yes, you just need to add a reference to the PresentationCore assembly.

Upvotes: 1

Related Questions