C# Class MediaOwl.Services.ServiceHelper

Afficher le fichier Open project: Slesa/Playground

Méthodes publiques

Méthode Description
FormatHtmlString ( string source ) : string

Decodes a html-string and strips the tags.

Private Methods

Méthode Description
LastFmSearchStringBuilder ( IEnumerable parameters ) : string

Builds the url-search-string for the Last.Fm-REST-service

StripTagsCharArray ( string source ) : string

Remove HTML tags from string using char array.

Method Details

FormatHtmlString() public static méthode

Decodes a html-string and strips the tags.
public static FormatHtmlString ( string source ) : string
source string The source-string.
Résultat string