C# 클래스 MediaOwl.Services.ServiceHelper

파일 보기 프로젝트 열기: Slesa/Playground

공개 메소드들

메소드 설명
FormatHtmlString ( string source ) : string

Decodes a html-string and strips the tags.

비공개 메소드들

메소드 설명
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.

메소드 상세

FormatHtmlString() 공개 정적인 메소드

Decodes a html-string and strips the tags.
public static FormatHtmlString ( string source ) : string
source string The source-string.
리턴 string