C# 클래스 Sitecore.Modules.WeBlog.WebForms.Layouts.BlogEntryTags

파일 보기 프로젝트 열기: WeTeam/WeBlog

보호된 프로퍼티들

프로퍼티 타입 설명
LoginViewTags global::System.Web.UI.WebControls.LoginView
PanelEntryTags global::System.Web.UI.WebControls.Panel

공개 메소드들

메소드 설명
BlogEntryTags ( IEntryTagsCore entryTagsCore = null ) : System

보호된 메소드들

메소드 설명
LoadEntry ( ) : void

Loads the entry.

Page_Load ( object sender, EventArgs e ) : void

메소드 상세

BlogEntryTags() 공개 메소드

public BlogEntryTags ( IEntryTagsCore entryTagsCore = null ) : System
entryTagsCore IEntryTagsCore
리턴 System

LoadEntry() 보호된 메소드

Loads the entry.
protected LoadEntry ( ) : void
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

LoginViewTags 보호되어 있는 프로퍼티

LoginViewTags control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LoginView LoginViewTags
리턴 global::System.Web.UI.WebControls.LoginView

PanelEntryTags 보호되어 있는 프로퍼티

PanelEntryTags control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel PanelEntryTags
리턴 global::System.Web.UI.WebControls.Panel