C# Class RaccoonBlog.Web.Helpers.DynamicContentHelpers

ファイルを表示 Open project: synhershko/RaccoonBlog

Public Methods

Method Description
CompiledContent ( this contentItem, bool trustContent = false ) : System.Web.Mvc.MvcHtmlString

Private Methods

Method Description
ConvertMarkdownCodeStatment ( string code ) : string
GenerateCodeBlock ( string lang, string code ) : string
GetFirstLineSpaces ( string firstLine ) : string

Method Details

CompiledContent() public static method

public static CompiledContent ( this contentItem, bool trustContent = false ) : System.Web.Mvc.MvcHtmlString
contentItem this
trustContent bool
return System.Web.Mvc.MvcHtmlString