XML Literals

From Justapedia, unleashing the power of collective wisdom
Jump to navigation Jump to search

In the Microsoft .NET Framework, XML Literal allows a computer program to include XML directly in the code. It is currently only supported in VB.NET 9.0 and VB.NET 10.0.[1] When a Visual Basic expression is embedded in an XML literal, the application creates a LINQ-to-XML object for each literal at run time.

See also

References

External links