C# 클래스 EventsZilla.Core.ContentHelpers

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

공개 메소드들

메소드 설명
CompiledContent ( this contentItem, bool trustContent = false ) : System.Web.Mvc.MvcHtmlString
CompiledMarkdownContent ( this str, bool trustContent = false ) : System.Web.Mvc.MvcHtmlString
FullContentPageId ( string slug ) : string
Html5EventDateTimeTag ( this html, DateTimeOffset timestamp ) : System.Web.Mvc.MvcHtmlString
Html5EventDateTimeTag ( this html, DateTimeOffset beginsAt, DateTimeOffset endsAt ) : System.Web.Mvc.MvcHtmlString
ImageFromStatic ( this url, string imagePath ) : string
ScriptFromStatic ( this url, string scriptName ) : string
StyleFromStatic ( this url, string stylesheetName ) : string

메소드 상세

CompiledContent() 공개 정적인 메소드

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

CompiledMarkdownContent() 공개 정적인 메소드

public static CompiledMarkdownContent ( this str, bool trustContent = false ) : System.Web.Mvc.MvcHtmlString
str this
trustContent bool
리턴 System.Web.Mvc.MvcHtmlString

FullContentPageId() 공개 정적인 메소드

public static FullContentPageId ( string slug ) : string
slug string
리턴 string

Html5EventDateTimeTag() 공개 정적인 메소드

public static Html5EventDateTimeTag ( this html, DateTimeOffset timestamp ) : System.Web.Mvc.MvcHtmlString
html this
timestamp DateTimeOffset
리턴 System.Web.Mvc.MvcHtmlString

Html5EventDateTimeTag() 공개 정적인 메소드

public static Html5EventDateTimeTag ( this html, DateTimeOffset beginsAt, DateTimeOffset endsAt ) : System.Web.Mvc.MvcHtmlString
html this
beginsAt DateTimeOffset
endsAt DateTimeOffset
리턴 System.Web.Mvc.MvcHtmlString

ImageFromStatic() 공개 정적인 메소드

public static ImageFromStatic ( this url, string imagePath ) : string
url this
imagePath string
리턴 string

ScriptFromStatic() 공개 정적인 메소드

public static ScriptFromStatic ( this url, string scriptName ) : string
url this
scriptName string
리턴 string

StyleFromStatic() 공개 정적인 메소드

public static StyleFromStatic ( this url, string stylesheetName ) : string
url this
stylesheetName string
리턴 string