SPView.RenderAsHtml method

Returns the view in HTML format.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function RenderAsHtml As String
'Usage
Dim instance As SPView
Dim returnValue As String

returnValue = instance.RenderAsHtml()
public string RenderAsHtml()

Return value

Type: System.String
A string that contains the view in HTML format.

See also

Reference

SPView class

SPView members

RenderAsHtml overload

Microsoft.SharePoint namespace