C# Class SitecoreExtension.DynamicKeyPlaceholder.Controls.DynamicKeyPlaceholder

Inheritance: WebControl, IExpandable
Afficher le fichier Open project: 1508/SitecoreExtension-DynamicKeyPlaceholder

Protected Properties

Свойство Type Description
_dynamicKey string
_key string
_placeholder Placeholder

Méthodes publiques

Méthode Description
Expand ( ) : void

Méthodes protégées

Méthode Description
CreateChildControls ( ) : void
DoRender ( System.Web.UI.HtmlTextWriter output ) : void

Method Details

CreateChildControls() protected méthode

protected CreateChildControls ( ) : void
Résultat void

DoRender() protected méthode

protected DoRender ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
Résultat void

Expand() public méthode

public Expand ( ) : void
Résultat void

Property Details

_dynamicKey protected_oe property

protected string _dynamicKey
Résultat string

_key protected_oe property

protected string _key
Résultat string

_placeholder protected_oe property

protected Placeholder _placeholder
Résultat Placeholder