I am wondering if it is possible to add an XAML User Control to an existing aspx project, rather than creating a seperate project specifically for the CSHTML5 User Control?
For background, I have been tasked with replacing an existing Silverlight User Control that is embedded in an aspx page as an object (shown below
Code: Select all
<object
id="objImageViewer"
data="data:application/x-silverlight-2,"
type="application/x-silverlight-2"
width="100%"
height="524px">
If it is possible, which References to I need to include.
Thanks,
Bruce.