C# Class Subtext.Framework.UI.Skinning.SkinConfig

ファイルを表示 Open project: ayende/Subtext

Private Properties

Property Type Description
LoadPages void

Public Methods

Method Description
ControlString ( Control control ) : string
GetPage ( string name ) : SkinPage
SkinConfig ( ) : System
SkinControlPath ( string skin, string control ) : string
SkinPath ( string skin ) : string

Private Methods

Method Description
LoadPages ( ) : void

Method Details

ControlString() public static method

public static ControlString ( Control control ) : string
control System.Web.UI.Control
return string

GetPage() public method

public GetPage ( string name ) : SkinPage
name string
return SkinPage

SkinConfig() public method

public SkinConfig ( ) : System
return System

SkinControlPath() public static method

public static SkinControlPath ( string skin, string control ) : string
skin string
control string
return string

SkinPath() public static method

public static SkinPath ( string skin ) : string
skin string
return string