C# 클래스 Alloy.Business.Rendering.AlloyContentAreaRenderer

Extends the default ContentAreaRenderer to apply custom CSS classes to each ContentFragment.
상속: ContentAreaRenderer
파일 보기 프로젝트 열기: episerver/EPiTranslateFlowDemo

보호된 메소드들

메소드 설명
GetContentAreaItemCssClass ( HtmlHelper htmlHelper, ContentAreaItem contentAreaItem ) : string

비공개 메소드들

메소드 설명
GetCssClassForTag ( string tagName ) : string

Gets a CSS class used for styling based on a tag name (ie a Bootstrap class name)

GetTypeSpecificCssClasses ( ContentAreaItem contentAreaItem, IContentRepository contentRepository ) : string

메소드 상세

GetContentAreaItemCssClass() 보호된 메소드

protected GetContentAreaItemCssClass ( HtmlHelper htmlHelper, ContentAreaItem contentAreaItem ) : string
htmlHelper HtmlHelper
contentAreaItem ContentAreaItem
리턴 string