Click or drag to resize

InputAddAttributesToRender Method

Intercept the .Net TextBox call in order to render with the HTML5 INPUT type instead of the standard TextBox "text" type.

Namespace:  NetQuarry.Html5
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override void AddAttributesToRender(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter
The text writer.
See Also