Renders the specified XNode-s.
Namespace: Composite.AspNet.RazorAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public IHtmlString Markup( IEnumerable<XNode> xNodes ) |
Visual Basic |
---|
Public Function Markup ( _ xNodes As IEnumerable(Of XNode) _ ) As IHtmlString |
Visual C++ |
---|
public: IHtmlString^ Markup( IEnumerable<XNode^>^ xNodes ) |
Parameters
- xNodes
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'XNode>)>)>
The collection of XNode objects.
Return Value
[Missing <returns> documentation for "M:Composite.AspNet.Razor.C1HtmlHelper.Markup(System.Collections.Generic.IEnumerable{System.Xml.Linq.XNode})"]