C# Class DvachBrowser.Assets.YoutubeHelper

ファイルを表示 Open project: vortexwolf/2ch-Browser-WP7 Class Usage Examples

Public Properties

Property Type Description
YoutubeRegex System.Text.RegularExpressions.Regex

Public Methods

Method Description
GetThumbnailUrl ( string code ) : string
GetVideoUrl ( string code ) : string
GetYouTubeCode ( string html ) : string

Method Details

GetThumbnailUrl() public method

public GetThumbnailUrl ( string code ) : string
code string
return string

GetVideoUrl() public method

public GetVideoUrl ( string code ) : string
code string
return string

GetYouTubeCode() public method

public GetYouTubeCode ( string html ) : string
html string
return string

Property Details

YoutubeRegex public_oe static_oe property

public static Regex,System.Text.RegularExpressions YoutubeRegex
return System.Text.RegularExpressions.Regex