Renders control to a HTML.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static string Render(
	Control control
)
Visual Basic
Public Shared Function Render ( 
	control As Control
) As String
Visual C++
public:
static String^ Render(
	Control^ control
)
F#
static member Render : 
        control : Control -> string 

Parameters

control
Type: System.Web.UI..::..Control
Control to render

Return Value

Type: String
Rendered HTML

See Also