Click or drag to resize
Html5InputFormControlGetControlForInputType Method
Returns instance derived from HtmlInputControl determined by type.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
protected virtual HtmlInputControl GetControlForInputType(
	string type
)

Parameters

type
Type: SystemString
HTML5 input type.

Return Value

Type: HtmlInputControl
Remarks
Returned instance is used by Input property.
See Also