C# Class SpeakerNet.Extensions.HtmlExtensions

Mostra file Open project: dotnet-koelnbonn/SpeakerNet

Public Methods

Method Description
Raw ( this htmlHelper, string html ) : IHtmlString
Wiki ( this htmlHelper, string wikiContent ) : IHtmlString

Method Details

Raw() public static method

public static Raw ( this htmlHelper, string html ) : IHtmlString
htmlHelper this
html string
return IHtmlString

Wiki() public static method

public static Wiki ( this htmlHelper, string wikiContent ) : IHtmlString
htmlHelper this
wikiContent string
return IHtmlString