C# 클래스 mojoPortal.Web.UI.SkinFolderCssFile

this control can be used in layout.master to load an extra css file you can specify roles for whom the extra css link will be rendered if left blank then it will always render provided that either CssFileName or CssFullUrl are specified requested here: https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&t=12248~1#post50892 Example usage: where admin.css is an extra file in the skin folder that is not combined in the main css
상속: System.Web.UI.WebControls.WebControl
파일 보기 프로젝트 열기: joeaudette/mojoportal

보호된 메소드들

메소드 설명
OnPreRender ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

메소드 상세

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

Render() 보호된 메소드

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void