C# 클래스 SitecoreExtension.DynamicKeyPlaceholder.Controls.DynamicKeyPlaceholder

상속: WebControl, IExpandable
파일 보기 프로젝트 열기: 1508/SitecoreExtension-DynamicKeyPlaceholder

보호된 프로퍼티들

프로퍼티 타입 설명
_dynamicKey string
_key string
_placeholder Placeholder

공개 메소드들

메소드 설명
Expand ( ) : void

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void
DoRender ( System.Web.UI.HtmlTextWriter output ) : void

메소드 상세

CreateChildControls() 보호된 메소드

protected CreateChildControls ( ) : void
리턴 void

DoRender() 보호된 메소드

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

Expand() 공개 메소드

public Expand ( ) : void
리턴 void

프로퍼티 상세

_dynamicKey 보호되어 있는 프로퍼티

protected string _dynamicKey
리턴 string

_key 보호되어 있는 프로퍼티

protected string _key
리턴 string

_placeholder 보호되어 있는 프로퍼티

protected Placeholder _placeholder
리턴 Placeholder