C# Class Care.Views.Rss.RssSearch

Inheritance: PhoneApplicationPage
Show file Open project: thankcreate/Care

Public Properties

Property Type Description
m_key String

Public Methods

Method Description
RssSearch ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System e ) : void

Private Methods

Method Description
HandleHtml ( string html ) : void
HandleResult ( string result ) : void
ListSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
Page_Loaded ( object sender, RoutedEventArgs e ) : void
SearchByKey ( string key ) : void
search_DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void

Method Details

OnNavigatedTo() protected method

protected OnNavigatedTo ( System e ) : void
e System
return void

RssSearch() public method

public RssSearch ( ) : System
return System

Property Details

m_key public property

public String m_key
return String