C# 클래스 Frapid.WebsiteBuilder.ThemeConfiguration

파일 보기 프로젝트 열기: frapid/frapid

공개 메소드들

메소드 설명
Get ( string tenant, string theme, string key ) : string
GetBlogLayout ( string tenant, string theme ) : string
GetHomepageLayout ( string tenant, string theme ) : string
GetLayout ( string tenant, string theme ) : string

메소드 상세

Get() 공개 정적인 메소드

public static Get ( string tenant, string theme, string key ) : string
tenant string
theme string
key string
리턴 string

GetBlogLayout() 공개 정적인 메소드

public static GetBlogLayout ( string tenant, string theme ) : string
tenant string
theme string
리턴 string

GetHomepageLayout() 공개 정적인 메소드

public static GetHomepageLayout ( string tenant, string theme ) : string
tenant string
theme string
리턴 string

GetLayout() 공개 정적인 메소드

public static GetLayout ( string tenant, string theme ) : string
tenant string
theme string
리턴 string