C# Class SitecoreExtension.DynamicKeyPlaceholder.Controls.DynamicKeyPlaceholder

Inheritance: WebControl, IExpandable
Mostrar archivo Open project: 1508/SitecoreExtension-DynamicKeyPlaceholder

Protected Properties

Property Type Description
_dynamicKey string
_key string
_placeholder Placeholder

Public Methods

Method Description
Expand ( ) : void

Protected Methods

Method Description
CreateChildControls ( ) : void
DoRender ( System.Web.UI.HtmlTextWriter output ) : void

Method Details

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

DoRender() protected method

protected DoRender ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
return void

Expand() public method

public Expand ( ) : void
return void

Property Details

_dynamicKey protected_oe property

protected string _dynamicKey
return string

_key protected_oe property

protected string _key
return string

_placeholder protected_oe property

protected Placeholder _placeholder
return Placeholder