Generic html control that supports On Page Editing.

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

Syntax

C#
[ValidationPropertyAttribute("Text")]
public class OnPageEditInputControl : Label, 
	IPostBackDataHandler

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI.WebControls..::.WebControl
      System.Web.UI.WebControls..::.Label
        EPiServer.Web.WebControls..::.OnPageEditInputControl

See Also