Base class for web controls that provide a user interface for setting values for different types.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public class InputBase : WebControl, INamingContainer

Remarks

Used to privide a user interface by several of the built in property controls.

Inheritance Hierarchy

See Also