C# 클래스 BrandingAddinWeb.Default

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: Inmeta/aspc2016

보호된 프로퍼티들

프로퍼티 타입 설명
ScriptManager1 global::System.Web.UI.ScriptManager
btnDeployTheme global::System.Web.UI.WebControls.Button
btnSetThemeForHost global::System.Web.UI.WebControls.Button
drpThemes global::System.Web.UI.WebControls.DropDownList
form1 global::System.Web.UI.HtmlControls.HtmlForm
lblStatus1 global::System.Web.UI.WebControls.Label
lblStatus2 global::System.Web.UI.WebControls.Label

공개 메소드들

메소드 설명
DeployContosoThemeToWeb ( Web web, string themeName, string colorFilePath, string fontFilePath, string backgroundImagePath, string masterPageName ) : void
SetThemeBasedOnName ( Web web, string themeName ) : void

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
Page_PreInit ( object sender, EventArgs e ) : void
btnDeployTheme_Click ( object sender, EventArgs e ) : void
btnSetThemeForHost_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
AddNewThemeOptionToSite ( Web web, string themeName, string colorFilePath, string fontFilePath, string backGroundPath, string masterPageName ) : void
DeployFileToThemeFolderSite ( Web web, string sourceAddress ) : void
MakeAsRelativeUrl ( string urlToProcess ) : string
ThemeEntryExists ( Web web, List themeList, string themeName ) : bool
URLCombine ( string baseUrl, string relativeUrl ) : string

메소드 상세

DeployContosoThemeToWeb() 공개 메소드

public DeployContosoThemeToWeb ( Web web, string themeName, string colorFilePath, string fontFilePath, string backgroundImagePath, string masterPageName ) : void
web Web
themeName string
colorFilePath string
fontFilePath string
backgroundImagePath string
masterPageName string
리턴 void

Page_Load() 보호된 메소드

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

Page_PreInit() 보호된 메소드

protected Page_PreInit ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

SetThemeBasedOnName() 공개 메소드

public SetThemeBasedOnName ( Web web, string themeName ) : void
web Web
themeName string
리턴 void

btnDeployTheme_Click() 보호된 메소드

protected btnDeployTheme_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnSetThemeForHost_Click() 보호된 메소드

protected btnSetThemeForHost_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

ScriptManager1 보호되어 있는 프로퍼티

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

btnDeployTheme 보호되어 있는 프로퍼티

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

btnSetThemeForHost 보호되어 있는 프로퍼티

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

drpThemes 보호되어 있는 프로퍼티

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

form1 보호되어 있는 프로퍼티

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

lblStatus1 보호되어 있는 프로퍼티

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

lblStatus2 보호되어 있는 프로퍼티

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