Reputation: 20406
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
Reputation: 41872
Yes, you just need to add a reference to the PresentationCore
assembly.
Upvotes: 1