C# Класс NSemble.Core.Extensions.DynamicContentHelpers

Показать файл Открыть проект

Открытые методы

Метод Описание
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