Click or drag to resize

EAPUtilControlHtml Method

Get the raw HTML for a control.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string ControlHtml(
	Control ctrl
)

Parameters

ctrl
Type: System.Web.UIControl
The control for which to get the HTML.

Return Value

Type: String
The raw HTML for the control.
See Also