I have a service call and then I mapped data content into my model
public byte[] Content { get; set; }
then I need to add a property in my view model and then it needs to bind to view. the problem is I can not figure out which XAML code I need to bind to get this content to show
when debugged and checked it has data. The problem is how I show this content In view(Using XAML). I need to show these content in view page what should I use and How to do this