Can you view XAML as "regular" .net code (c#\vb.net)?
Posted
by cody
on Stack Overflow
See other posts from Stack Overflow
or by cody
Published on 2010-05-06T04:58:21Z
Indexed on
2010/05/06
5:28 UTC
Read the original article
Hit count: 179
There are times when I find some example XAML that I want\need to do in code (c#\vb.net).
I assume at some point the XAML becomes code, or at least IL.
So my questions:
Am I correct in assuming that XAML is converted to IL? (or if not IL what does it become?)
If the above is correct, when does XAML become IL (or whatever it becomes)?
Is there some way to see the XAML in as "code"
Thanks.
© Stack Overflow or respective owner