Метод | Описание | |
---|---|---|
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 |
public static CompiledContent ( this contentItem, bool trustContent = false, int cropAt ) : IHtmlString | ||
contentItem | this | |
trustContent | bool | |
cropAt | int | |
Результат | IHtmlString |
public static CompiledStringContent ( string content, DynamicContentType contentType, bool trustContent = false, int cropAt ) : IHtmlString | ||
content | string | |
contentType | DynamicContentType | |
trustContent | bool | |
cropAt | int | |
Результат | IHtmlString |
public static TitleToSlug ( string title ) : string | ||
title | string | |
Результат | string |