C# 클래스 Alloy.Helpers.CategorizableExtensions

Provides extension methods for categorizable content
ICategorizable content includes for example pages and blocks.
파일 보기 프로젝트 열기: episerver/EPiTranslateFlowDemo

공개 메소드들

메소드 설명
GetThemeCssClassNames ( this content ) : string[]

Returns the CSS classes (if any) associated with the theme(s) of the content, as decided by its categories

Content's categorization may map to more than one theme. This method assumes there are website categories called "Meet", "Track", and "Plan"

메소드 상세

GetThemeCssClassNames() 공개 정적인 메소드

Returns the CSS classes (if any) associated with the theme(s) of the content, as decided by its categories
Content's categorization may map to more than one theme. This method assumes there are website categories called "Meet", "Track", and "Plan"
public static GetThemeCssClassNames ( this content ) : string[]
content this
리턴 string[]