C# Class SpeakerNet.Extensions.HtmlExtensions

Afficher le fichier Open project: dotnet-koelnbonn/SpeakerNet

Méthodes publiques

Méthode Description
Raw ( this htmlHelper, string html ) : IHtmlString
Wiki ( this htmlHelper, string wikiContent ) : IHtmlString

Method Details

Raw() public static méthode

public static Raw ( this htmlHelper, string html ) : IHtmlString
htmlHelper this
html string
Résultat IHtmlString

Wiki() public static méthode

public static Wiki ( this htmlHelper, string wikiContent ) : IHtmlString
htmlHelper this
wikiContent string
Résultat IHtmlString