C# 클래스 NSemble.Core.Extensions.DynamicContentHelpers

파일 보기 프로젝트 열기: synhershko/NSemble

공개 메소드들

메소드 설명
CompiledContent ( this contentItem, bool trustContent = false, int cropAt ) : IHtmlString
CompiledStringContent ( string content, DynamicContentType contentType, bool trustContent = false, int cropAt ) : IHtmlString
TitleToSlug ( string title ) : string

비공개 메소드들

메소드 설명
ConvertMarkdownCodeStatment ( string code ) : string
GenerateCodeBlock ( string lang, string code ) : string
GetFirstLineSpaces ( string firstLine ) : string
RemoveDiacritics ( string value ) : string

Strips the value from any non English character by replacing those with their English equivalent.

ReplaceNonWordWithDashes ( string title ) : string

메소드 상세

CompiledContent() 공개 정적인 메소드

public static CompiledContent ( this contentItem, bool trustContent = false, int cropAt ) : IHtmlString
contentItem this
trustContent bool
cropAt int
리턴 IHtmlString

CompiledStringContent() 공개 정적인 메소드

public static CompiledStringContent ( string content, DynamicContentType contentType, bool trustContent = false, int cropAt ) : IHtmlString
content string
contentType DynamicContentType
trustContent bool
cropAt int
리턴 IHtmlString

TitleToSlug() 공개 정적인 메소드

public static TitleToSlug ( string title ) : string
title string
리턴 string