Jump to content

XML Literals

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Ghettoblaster (talk | contribs) at 00:45, 19 January 2020 (→‎See also). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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