Skip to main content
Home Forums Silverlight Programming Programming with .NET - General Get the current xaml back up to the server...
4 replies. Latest Post by mchlsync on May 5, 2008.
(0)
SevilNatas
Member
44 points
15 Posts
05-05-2008 2:19 AM |
Is there a way to suck out all the xaml as it stands (including all elements added or changed programmatically). Is the xaml reader used for that? I want to figure out a way to save changes to an app when someone is finished and able to restore upon return.
Tim Favour
93 points
69 Posts
05-05-2008 4:15 AM |
Hi,
Check this out:
http://weblogs.asp.net/mehrantoosi/archive/2008/03/03/silverlight-s-xamlwriter.aspx
Tim
mchlsync
Star
14606 points
2,730 Posts
05-05-2008 4:33 AM |
Tim Favour:http://weblogs.asp.net/mehrantoosi/archive/2008/03/03/silverlight-s-xamlwriter.aspx
It doesn't work well for Silverlight 2. I asked the original author ("rambler.elf") about that and he said he will change soon.. :)
05-05-2008 9:56 PM |
Is that used to put xaml in or get it out from the client?
05-05-2008 10:03 PM |
It takes XAML out from the Silverlight content or control.